diff --git a/pyproject.toml b/pyproject.toml index c200e8a..f63f350 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "code-context-engine" -version = "0.4.18" +version = "0.4.19" description = "Save 94% on Claude Code tokens. Index your codebase locally, AI agents search instead of reading files. Reduce Claude API costs, save tokens on Cursor, VS Code, Gemini CLI. Free, open source MCP server." readme = {file = "README.md", content-type = "text/markdown"} license = "MIT" diff --git a/server.json b/server.json index 8ae1dbf..2763f0c 100644 --- a/server.json +++ b/server.json @@ -7,13 +7,13 @@ "url": "https://github.com/elara-labs/code-context-engine", "source": "github" }, - "version": "0.4.18", + "version": "0.4.19", "packages": [ { "registryType": "pypi", "registryBaseUrl": "https://pypi.org", "identifier": "code-context-engine", - "version": "0.4.18", + "version": "0.4.19", "runtimeHint": "uvx", "transport": { "type": "stdio"