Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions server.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.cablate/google-map",
"title": "Google Maps MCP Server",
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, map images, and more. stdio + HTTP.",
"description": "17 Google Maps tools for AI agents — geocode, search, directions, weather, air quality, and more.",
"repository": {
"url": "https://github.com/cablate/mcp-google-map",
"source": "github"
Expand All @@ -26,7 +26,7 @@
},
{
"name": "GOOGLE_MAPS_ENABLED_TOOLS",
"description": "Comma-separated list of tool names to enable (e.g. maps_geocode,maps_directions). Omit or set to * for all 17 tools.",
"description": "Comma-separated tool names to enable. Omit or * for all 17 tools.",
"isRequired": false,
"format": "string",
"isSecret": false
Expand Down
Loading