diff --git a/server.json b/server.json new file mode 100644 index 0000000..54c2188 --- /dev/null +++ b/server.json @@ -0,0 +1,29 @@ +{ + "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", + "name": "io.github.cocoindex-io/cocoindex-code", + "title": "CocoIndex Code", + "description": "AST/tree-sitter code search MCP server that indexes a codebase and returns compact, relevant snippets to reduce coding-agent context usage.", + "repository": { + "url": "https://github.com/cocoindex-io/cocoindex-code", + "source": "github" + }, + "version": "0.2.37", + "packages": [ + { + "registryType": "pypi", + "registryBaseUrl": "https://pypi.org", + "identifier": "cocoindex-code", + "version": "0.2.37", + "runtimeHint": "uvx", + "transport": { + "type": "stdio" + }, + "packageArguments": [ + { + "type": "positional", + "value": "mcp" + } + ] + } + ] +}