Aggiunto connector Google Maps (mcp_local)

- Script: gmaps_mcp_server.py (MCP stdio, JSON-RPC 2.0)
- 6 tools: status, directions, geocode, reverse_geocode, search_places, distance_matrix
- Auth: API key via env GOOGLE_MAPS_API_KEY
- Verify: test Geocoding API con probe 'Rome, IT' 
- Dipendenze: googlemaps>=4.10.0
- Icone SVG pin Google Maps
This commit is contained in:
2026-07-22 21:46:43 +01:00
parent 7f6477dd68
commit 2750e773d4
7 changed files with 1050 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 48 48" width="48" height="48">
<!-- Pin shadow -->
<ellipse cx="24" cy="44" rx="10" ry="3" fill="#00000033"/>
<!-- Pin body -->
<path d="M24 4C16.27 4 10 10.27 10 18c0 10 14 26 14 26s14-16 14-26c0-7.73-6.27-14-14-14z" fill="#34A853"/>
<!-- Inner circle -->
<circle cx="24" cy="18" r="8" fill="#ffffff"/>
<!-- Dot -->
<circle cx="24" cy="18" r="4" fill="#4285F4"/>
</svg>

After

Width:  |  Height:  |  Size: 440 B