From 73950e43b4c2fc59687600671a1261dc513e411e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?LJ=20=F0=9F=A5=A5=F0=9F=8C=B4?= Date: Thu, 9 Jul 2026 23:52:38 -0700 Subject: [PATCH] Add server.json for MCP Server Registry publishing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 Signed-off-by: LJ 🥥🌴 --- server.json | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 server.json 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" + } + ] + } + ] +}