Skip to content

Commit ae6b2df

Browse files
committed
chore: bump version to 1.1.13
New in this version: - Full Python analyzer support (classes, decorators, type hints, mixins, metaclasses) - SearchCodeOnly for all code search tools (excludes markdown) - Exact name+type search for find_type_definition and get_function_details - Language-specific query keywords for better semantic search - Skip unsupported languages gracefully during indexing - hybrid_search schema fix
1 parent e849316 commit ae6b2df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

cmd/rag-code-mcp/main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var (
28-
Version = "1.1.12"
28+
Version = "1.1.13"
2929
Commit = "none"
3030
Date = "unknown"
3131
// Build trigger: Python analyzer support
@@ -543,7 +543,7 @@ func main() {
543543

544544
server := mcp.NewServer(&mcp.Implementation{
545545
Name: "ragcode",
546-
Version: "1.1.12",
546+
Version: "1.1.13",
547547
}, nil)
548548

549549
// All tools use workspace manager - no single collections

0 commit comments

Comments
 (0)