Skip to content

Commit ab078ec

Browse files
rodion-mclaude
andcommitted
Bump version to 2.0.3
Previous v2.0.2 release left partial artifacts on GitHub (empty Release, MCP Registry entry without Docker image) after the pipeline failed on Publish to MCP Registry with a duplicate-version error. Re-running a clean 2.0.3 is simpler than patching the broken 2.0.2 state by hand. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a8a1f55 commit ab078ec

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": "2.0.2",
5+
"version": "2.0.3",
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 = "2.0.2"
40+
fallback_version = "2.0.3"
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": "2.0.2",
4+
"version": "2.0.3",
55
"description": "Semantic code search and analysis from CodeAlive for AI assistants and agents.",
66
"keywords": [
77
"context-engineering",

0 commit comments

Comments
 (0)