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
+13
View File
@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 96" width="96" height="96">
<!-- Pin shadow -->
<ellipse cx="48" cy="88" rx="20" ry="6" fill="#00000033"/>
<!-- Pin body -->
<path d="M48 8C32.54 8 20 20.54 20 36c0 20 28 52 28 52s28-32 28-52c0-15.46-12.54-28-28-28z" fill="#34A853"/>
<!-- Inner circle -->
<circle cx="48" cy="36" r="16" fill="#ffffff"/>
<!-- Dot -->
<circle cx="48" cy="36" r="8" fill="#4285F4"/>
<!-- Road lines -->
<line x1="40" y1="8" x2="40" y2="20" stroke="#ffffff" stroke-width="1.5" opacity="0.4"/>
<line x1="56" y1="8" x2="56" y2="20" stroke="#ffffff" stroke-width="1.5" opacity="0.4"/>
</svg>

After

Width:  |  Height:  |  Size: 647 B