Skip to content

Commit 5fa8cc4

Browse files
cablateclaude
andauthored
chore: update server.json and package.json descriptions (#53)
- server.json: update description to mention 17 tools, weather, air quality, map images; add GOOGLE_MAPS_ENABLED_TOOLS env var - package.json: update description to match Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 48c42bd commit 5fa8cc4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@cablate/mcp-google-map",
33
"version": "0.0.39",
44
"mcpName": "io.github.cablate/google-map",
5-
"description": "Google Maps tools for AI agents — geocode, search, directions, elevation via MCP server or standalone CLI",
5+
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images via MCP server or standalone CLI",
66
"type": "module",
77
"main": "dist/index.js",
88
"bin": {

server.json

Lines changed: 8 additions & 1 deletion
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": "Google Maps tools for AI agents — geocode, search, directions, elevation. stdio + HTTP.",
5+
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images, and more. stdio + HTTP.",
66
"repository": {
77
"url": "https://github.com/cablate/mcp-google-map",
88
"source": "github"
@@ -23,6 +23,13 @@
2323
"isRequired": true,
2424
"format": "string",
2525
"isSecret": true
26+
},
27+
{
28+
"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.",
30+
"isRequired": false,
31+
"format": "string",
32+
"isSecret": false
2633
}
2734
]
2835
}

0 commit comments

Comments
 (0)