Skip to content

Commit 277aab5

Browse files
committed
chore: bump version to 1.1.14
New in this version: - Improved tool descriptions to motivate AI usage - Each tool now explains WHAT it returns, WHEN to use it - All supported languages listed explicitly (Go, PHP, Python) - RagCode vs Generic RAG comparison section in README
1 parent 4b21282 commit 277aab5

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

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

0 commit comments

Comments
 (0)