From c49c3fa74d71b777fa1329fdc25dc1a62bd446fd Mon Sep 17 00:00:00 2001 From: xavix-yo Date: Sat, 25 Jul 2026 09:09:17 +0100 Subject: [PATCH] =?UTF-8?q?gmaps:=20fix=20env=20var=20injection=20?= =?UTF-8?q?=E2=80=94=20add=20mcp=5Fconfig.env=20to=20pass=20GOOGLE=5FMAPS?= =?UTF-8?q?=5FAPI=5FKEY=20to=20subprocess?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKALD.md | 8 ++++++++ connectors/connectors.json | 10 +++++----- connectors/gmaps/connector.json | 11 +++++++---- connectors/gmaps/fragment.json | 6 +++--- 4 files changed, 23 insertions(+), 12 deletions(-) diff --git a/SKALD.md b/SKALD.md index ea41a90..c9a0889 100644 --- a/SKALD.md +++ b/SKALD.md @@ -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_ diff --git a/connectors/connectors.json b/connectors/connectors.json index a37e0e3..ee24072 100644 --- a/connectors/connectors.json +++ b/connectors/connectors.json @@ -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", diff --git a/connectors/gmaps/connector.json b/connectors/gmaps/connector.json index 110af46..1b0b878 100644 --- a/connectors/gmaps/connector.json +++ b/connectors/gmaps/connector.json @@ -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", diff --git a/connectors/gmaps/fragment.json b/connectors/gmaps/fragment.json index f6a4bf7..cbdad0a 100644 --- a/connectors/gmaps/fragment.json +++ b/connectors/gmaps/fragment.json @@ -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",