diff --git a/SKALD.md b/SKALD.md
index a96b133..ea41a90 100644
--- a/SKALD.md
+++ b/SKALD.md
@@ -1,10 +1,18 @@
# Skald Connectors Marketplace
+
+### 2026-07-23 — Context7 icon update (PNG)
+- Sostituite icone Context7 da SVG a PNG (icona nuova fornita dall'utente):
+ - `icon_sm.png` — 48×48 (2.7 KB)
+ - `icon_lg.png` — 96×96 (4.5 KB)
+- Vecchi SVG rimossi, riferimenti aggiornati in fragment.json e connector.json
+- Version bump: fragment 3→4, connector 1→2
+- Indice rigenerato con compile.py ✅
## Reference locale
- **[docs/connector.manifest_guide.md](docs/connector.manifest_guide.md)** — Guida ufficiale per generare connector corretti (copiata da `skald-circle/blueprint/`)
-_Updated: 2026-07-22_
+_Updated: 2026-07-23_
**Remote**: `https://git.skaldagent.net/dguiducci/skald-connectors.git`
**Live**: `https://connectors.skaldagent.net/`
diff --git a/connectors/connectors.json b/connectors/connectors.json
index f0378bf..12a7db2 100644
--- a/connectors/connectors.json
+++ b/connectors/connectors.json
@@ -859,8 +859,8 @@
"name": "Context7",
"type": "mcp_remote",
"scope": "global",
- "icon_small": "context7/icon_sm.svg",
- "icon_large": "context7/icon_lg.svg",
+ "icon_small": "context7/icon_sm.png",
+ "icon_large": "context7/icon_lg.png",
"user_description": "Up-to-date documentation and code examples for any library, framework, SDK, API, CLI tool, or cloud service \u2014 fetched directly from the source. Free, no API key required.",
"requires": [],
"tags": [
@@ -874,9 +874,9 @@
"type": "none"
},
"folder": "context7",
- "version": 3,
- "version_string": "1.0.2",
- "version_release_date": "2026-07-22",
+ "version": 4,
+ "version_string": "1.0.3",
+ "version_release_date": "2026-07-23",
"tools": [
{
"name": "resolve-library-id",
@@ -890,18 +890,18 @@
"files": [
{
"path": "connector.json",
- "sha256": "aa34bef48e668d7f8719b9190695428013a723c994aff60487bd3151f9af2b16",
+ "sha256": "dc054c942e135f53dd3ef422dc85d3a2fa19f7e2272c846b0724fc5c8b42e4b4",
"size": 1298
},
{
- "path": "icon_lg.svg",
- "sha256": "1f9b3ec611c448eff1c4fb1844a948770f4c4aadf6b7e7a73d07fec738afe209",
- "size": 739
+ "path": "icon_lg.png",
+ "sha256": "9a5a9e2c711c3b92cf2eddfda82ec85de5f2e237f51a107bfede021b5ac92689",
+ "size": 4513
},
{
- "path": "icon_sm.svg",
- "sha256": "5407c6bf958a7d1c83a76440c8bb8e6508941cae9f9f319dfbb9c9250807f5e0",
- "size": 724
+ "path": "icon_sm.png",
+ "sha256": "2a51c85a972217d901a02d1b55788911d847c990ec0a857a13304c59a4a88460",
+ "size": 2709
},
{
"path": "verify.py",
diff --git a/connectors/context7/connector.json b/connectors/context7/connector.json
index 68cc26b..3189df7 100644
--- a/connectors/context7/connector.json
+++ b/connectors/context7/connector.json
@@ -1,9 +1,9 @@
{
"id": "context7",
"name": "Context7",
- "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_remote",
"scope": "global",
"tags": [
@@ -32,8 +32,8 @@
"timeout_secs": 15
},
"homepage": "https://context7.com",
- "icon_small": "icon_sm.svg",
- "icon_large": "icon_lg.svg",
+ "icon_small": "icon_sm.png",
+ "icon_large": "icon_lg.png",
"tools": [
{
"name": "resolve-library-id",
diff --git a/connectors/context7/fragment.json b/connectors/context7/fragment.json
index 583d20a..299074f 100644
--- a/connectors/context7/fragment.json
+++ b/connectors/context7/fragment.json
@@ -3,8 +3,8 @@
"name": "Context7",
"type": "mcp_remote",
"scope": "global",
- "icon_small": "context7/icon_sm.svg",
- "icon_large": "context7/icon_lg.svg",
+ "icon_small": "context7/icon_sm.png",
+ "icon_large": "context7/icon_lg.png",
"user_description": "Up-to-date documentation and code examples for any library, framework, SDK, API, CLI tool, or cloud service \u2014 fetched directly from the source. Free, no API key required.",
"requires": [],
"tags": [
@@ -18,9 +18,9 @@
"type": "none"
},
"folder": "context7",
- "version": 3,
- "version_string": "1.0.2",
- "version_release_date": "2026-07-22",
+ "version": 4,
+ "version_string": "1.0.3",
+ "version_release_date": "2026-07-23",
"tools": [
{
"name": "resolve-library-id",
diff --git a/connectors/context7/icon_lg.png b/connectors/context7/icon_lg.png
new file mode 100644
index 0000000..210b0db
Binary files /dev/null and b/connectors/context7/icon_lg.png differ
diff --git a/connectors/context7/icon_lg.svg b/connectors/context7/icon_lg.svg
deleted file mode 100644
index 7b0dee8..0000000
--- a/connectors/context7/icon_lg.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-
diff --git a/connectors/context7/icon_sm.png b/connectors/context7/icon_sm.png
new file mode 100644
index 0000000..a7e1039
Binary files /dev/null and b/connectors/context7/icon_sm.png differ
diff --git a/connectors/context7/icon_sm.svg b/connectors/context7/icon_sm.svg
deleted file mode 100644
index 6afb268..0000000
--- a/connectors/context7/icon_sm.svg
+++ /dev/null
@@ -1,7 +0,0 @@
-