Skip to content

Commit 75582c8

Browse files
committed
chore: bump version to 1.1.16
Improved tool descriptions for AI clarity: - Clear priority guidance (USE FIRST, ONLY when) - What each tool returns (source code, snippets, structured list) - Supported languages for each tool - When to use search_code vs hybrid_search
1 parent 4801377 commit 75582c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.15"
28+
Version = "1.1.16"
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.15",
546+
Version: "1.1.16",
547547
}, nil)
548548

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

0 commit comments

Comments
 (0)