Skip to content

Commit 027917f

Browse files
rodion-mclaude
andcommitted
Release v2.0.0
Breaking changes: - All tool errors now set isError: true in MCP responses (previously returned as regular text/JSON). Agents that parse error responses by checking for "error" key in JSON must update to handle plain text with isError flag instead. - fetch_artifacts hard limit raised from 20 to 50 identifiers. New features: - Expanded docstrings for semantic_search and grep_search with full Args, Returns, and Examples sections - Literal type for get_artifact_relationships profile parameter — generates JSON Schema enum for better agent discoverability - Stringified JSON array coercion across all tools (fetch_artifacts, search paths/extensions) Fixes: - Docker image tag consistency (:latest → :main) - uv exclude-newer documented and version pin relaxed to ~=0.11.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 9e44d92 commit 027917f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

manifest.json

Lines changed: 1 addition & 1 deletion
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": "0.3.0",
5+
"version": "2.0.0",
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": {

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 = "0.3.0"
40+
fallback_version = "2.0.0"
4141

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

server.json

Lines changed: 1 addition & 1 deletion
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": "0.3.0",
4+
"version": "2.0.0",
55
"description": "Semantic code search and analysis from CodeAlive for AI assistants and agents.",
66
"keywords": [
77
"context-engineering",

0 commit comments

Comments
 (0)