Skip to content

Commit 1a74ad7

Browse files
authored
fix(server.json): shorten description to ≤100 chars for MCP Registry (#30)
Hotfix for the MCP Registry validation failure in v0.1.5 release pipeline. server.json description tightened from 152 to 96 chars while preserving all 3 anchor phrases. Pre-validated with mcp-publisher locally against the actual MCP Registry endpoint. Unblocks the next release's MCP Registry publish.
2 parents 276a387 + 9a1da4b commit 1a74ad7

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.ayhammouda/python-docs-mcp-server",
4-
"description": "The canonical Python stdlib oracle for AI coding agents. Exact symbols, exact sections, exact versions — offline, always free, always MIT, token-frugal.",
4+
"description": "The canonical Python stdlib oracle for AI coding agents always free, always MIT, token-frugal.",
55
"title": "Python Docs MCP Server",
66
"websiteUrl": "https://github.com/ayhammouda/python-docs-mcp-server",
77
"repository": {

0 commit comments

Comments
 (0)