Skip to content

Commit 73dca11

Browse files
cablateclaude
andauthored
fix: shorten server.json description to fit MCP Registry 100-char limit (#54)
Previous description was 125 chars, MCP Registry rejects > 100. Also adds GOOGLE_MAPS_ENABLED_TOOLS env var declaration. Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5fa8cc4 commit 73dca11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.cablate/google-map",
44
"title": "Google Maps MCP Server",
5-
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images, and more. stdio + HTTP.",
5+
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, and more.",
66
"repository": {
77
"url": "https://github.com/cablate/mcp-google-map",
88
"source": "github"
@@ -26,7 +26,7 @@
2626
},
2727
{
2828
"name": "GOOGLE_MAPS_ENABLED_TOOLS",
29-
"description": "Comma-separated list of tool names to enable (e.g. maps_geocode,maps_directions). Omit or set to * for all 17 tools.",
29+
"description": "Comma-separated tool names to enable. Omit or * for all 17 tools.",
3030
"isRequired": false,
3131
"format": "string",
3232
"isSecret": false

0 commit comments

Comments
 (0)