From 5e7eba695c995218642f9df6f7abe6a5b2c92f6c Mon Sep 17 00:00:00 2001 From: Ashish Mishra Date: Mon, 7 Sep 2026 10:51:24 +0530 Subject: [PATCH] Align the registry description with the npm one The MCP registry line said less than the npm description: it dropped the keyword + semantic pairing, the relevance-ranked SQL aggregation, the plain-files index, and the no-accounts/no-keys/no-server close. One line, now identical in substance on both surfaces. --- server.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.json b/server.json index c715a81..3e15e18 100644 --- a/server.json +++ b/server.json @@ -1,7 +1,7 @@ { "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json", "name": "io.github.infino-ai/code-context", - "description": "Local code search for AI coding agents: hybrid search and SQL aggregation over an in-repo index.", + "description": "Local code search for AI coding agents: hybrid keyword + semantic search and SQL relevance-ranked aggregation over an index that lives in plain files. No accounts, no keys, no server.", "repository": { "url": "https://github.com/infino-ai/code-context", "source": "github"