Skip to content

Commit 6dd5cbb

Browse files
rodion-mclaude
andcommitted
Bump version to 2.0.2, update tool descriptions in registry manifests
Align semantic_search and grep_search descriptions in manifest.json and server.json with the sharpened responsibility boundary. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5f327b7 commit 6dd5cbb

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

manifest.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "0.4",
33
"name": "codealive-mcp",
44
"display_name": "CodeAlive",
5-
"version": "2.0.1",
5+
"version": "2.0.2",
66
"description": "Semantic code search and codebase Q&A for Claude Desktop using your CodeAlive account or self-hosted deployment.",
77
"long_description": "CodeAlive gives Claude Desktop access to semantic code search, artifact fetch, repository discovery, and architecture-aware codebase Q&A. This extension runs locally via MCP and supports both CodeAlive Cloud and self-hosted deployments.",
88
"author": {
@@ -59,11 +59,11 @@
5959
},
6060
{
6161
"name": "semantic_search",
62-
"description": "Search indexed artifacts semantically across repositories and workspaces."
62+
"description": "Default discovery tool — search by meaning to find code by concepts, behavior, or architecture."
6363
},
6464
{
6565
"name": "grep_search",
66-
"description": "Search indexed artifacts by exact text or regex and return line-level matches."
66+
"description": "Find code containing a specific string or regex — identifiers, error messages, config keys, patterns."
6767
},
6868
{
6969
"name": "chat",

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ packages = ["src"]
3737
package-dir = {"" = "."}
3838

3939
[tool.setuptools_scm]
40-
fallback_version = "2.0.1"
40+
fallback_version = "2.0.2"
4141

4242
[tool.uv]
4343
# Relative dates in exclude-newer (e.g. "7 days") require uv ≥ 0.11.

server.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.CodeAlive-AI/codealive-mcp",
4-
"version": "2.0.1",
4+
"version": "2.0.2",
55
"description": "Semantic code search and analysis from CodeAlive for AI assistants and agents.",
66
"keywords": [
77
"context-engineering",
@@ -60,11 +60,11 @@
6060
},
6161
{
6262
"name": "semantic_search",
63-
"description": "Search across indexed artifacts using natural language queries and semantic retrieval."
63+
"description": "Default discovery tool — search by meaning to find code by concepts, behavior, or architecture."
6464
},
6565
{
6666
"name": "grep_search",
67-
"description": "Search indexed artifacts using exact text or regex patterns and return line-level matches."
67+
"description": "Find code containing a specific string or regex — identifiers, error messages, config keys, patterns."
6868
},
6969
{
7070
"name": "chat",

0 commit comments

Comments
 (0)