Skip to content

Commit d210366

Browse files
Your Nameclaude
andcommitted
fix(registry): shorten server.json description to fit MCP Registry's 100-char limit
First publish attempt got a 422 (validation failed: expected length <= 100, description was ~250 chars). Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
1 parent ac3ee26 commit d210366

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.eilodon/calm-mcp",
4-
"description": "CALM (Coding Agent Liveness Map) — a Rust MCP server that gives coding agents a call-graph-aware, hash-verified view of a codebase: locate/source/edit_symbol/diff_impact and 22 tools total, backed by a multi-tier resolver (syntactic -> Stack Graphs -> SCIP) instead of grep.",
4+
"description": "MCP server giving coding agents a call-graph-aware, hash-verified view of a codebase, not grep.",
55
"repository": {
66
"url": "https://github.com/Eilodon/CALM",
77
"source": "github"

0 commit comments

Comments
 (0)