gmaps: fix env var injection — add mcp_config.env to pass GOOGLE_MAPS_API_KEY to subprocess

This commit is contained in:
2026-07-25 09:09:17 +01:00
parent a13d0295ca
commit c49c3fa74d
4 changed files with 23 additions and 12 deletions
+8
View File
@@ -10,6 +10,14 @@
- Indice rigenerato con compile.py ✅
## Reference locale
### 2026-07-23 — SerpAPI Flights icon update (PNG)
- Sostituite icone SerpAPI Flights da SVG a PNG:
- `icon_sm.png` — 48×48 (2.9 KB)
- `icon_lg.png` — 96×96 (6.8 KB)
- Vecchi SVG rimossi, riferimenti aggiornati in fragment.json e connector.json
- Version bump: fragment 4→5, connector 2→3
- Indice rigenerato con compile.py ✅
- **[docs/connector.manifest_guide.md](docs/connector.manifest_guide.md)** — Guida ufficiale per generare connector corretti (copiata da `skald-circle/blueprint/`)
_Updated: 2026-07-23_
+5 -5
View File
@@ -936,9 +936,9 @@
"param": "GOOGLE_MAPS_API_KEY"
},
"folder": "gmaps",
"version": 4,
"version_string": "1.0.3",
"version_release_date": "2026-07-22",
"version": 5,
"version_string": "1.0.4",
"version_release_date": "2026-07-23",
"tools": [
{
"name": "status",
@@ -968,8 +968,8 @@
"files": [
{
"path": "connector.json",
"sha256": "ec483834a2c6d090716be0ac0c55b328f46edca26c17c24c4b289279d6a3186d",
"size": 2444
"sha256": "6b67291396e942ee5414b902d446606ccd65151badb43e2c769760d019dbb345",
"size": 2524
},
{
"path": "gmaps_mcp_server.py",
+7 -4
View File
@@ -1,9 +1,9 @@
{
"id": "gmaps",
"name": "Google Maps",
"version": 1,
"version_string": "1.0.0",
"version_release_date": "2026-07-22",
"version": 2,
"version_string": "1.0.1",
"version_release_date": "2026-07-23",
"type": "mcp_local",
"scope": "global",
"launch_command": "python3 gmaps_mcp_server.py",
@@ -83,7 +83,10 @@
"command": "python3",
"args": [
"gmaps_mcp_server.py"
]
],
"env": {
"GOOGLE_MAPS_API_KEY": "{SECRET:GOOGLE_MAPS_API_KEY}"
}
},
"homepage": "https://maps.google.com",
"icon_small": "icon_sm.svg",
+3 -3
View File
@@ -24,9 +24,9 @@
"param": "GOOGLE_MAPS_API_KEY"
},
"folder": "gmaps",
"version": 4,
"version_string": "1.0.3",
"version_release_date": "2026-07-22",
"version": 5,
"version_string": "1.0.4",
"version_release_date": "2026-07-23",
"tools": [
{
"name": "status",