context7: replace SVG icons with new PNG icons (sm 48x48, lg 96x96)
This commit is contained in:
@@ -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/`
|
||||
|
||||
+12
-12
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Binary file not shown.
|
After Width: | Height: | Size: 4.4 KiB |
@@ -1,7 +0,0 @@
|
||||
<svg width="96" height="96" viewBox="0 0 96 96" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="4" y="4" width="88" height="88" rx="12" fill="black"/>
|
||||
<path d="M31.144 48.512c0 4.492-1.822 8.244-4.788 11.698h6.908v3.348H23.38v-3.18c3.242-3.664 4.492-6.652 4.492-11.866h3.272z" fill="white"/>
|
||||
<path d="M46.856 48.512c0 4.492 1.822 8.244 4.788 11.698h-6.908v3.348h10.596v-3.18c-3.242-3.664-4.492-6.652-4.492-11.866h-3.984z" fill="white"/>
|
||||
<path d="M31.144 43.488c0-4.492-1.822-8.242-4.788-11.696h6.908V28.444H23.38v3.18c3.242 3.664 4.492 6.652 4.492 11.864h3.272z" fill="white"/>
|
||||
<path d="M46.856 43.488c0-4.492 1.822-8.242 4.788-11.696h-6.908V28.444h10.596v3.18c-3.242 3.664-4.492 6.652-4.492 11.864h-3.984z" fill="white"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 739 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.6 KiB |
@@ -1,7 +0,0 @@
|
||||
<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<rect x="2" y="2" width="44" height="44" rx="6" fill="black"/>
|
||||
<path d="M16.572 24.256c0 2.246-.911 4.122-2.394 5.849h3.454v1.674h-5.298v-1.59c1.621-1.832 2.246-3.326 2.246-5.933h1.992z" fill="white"/>
|
||||
<path d="M23.428 24.256c0 2.246.911 4.122 2.394 5.849h-3.454v1.674h5.298v-1.59c-1.621-1.832-2.246-3.326-2.246-5.933h-1.992z" fill="white"/>
|
||||
<path d="M16.572 21.744c0-2.246-.911-4.121-2.394-5.848h3.454v-1.674h-5.298v1.59c1.621 1.832 2.246 3.326 2.246 5.932h1.992z" fill="white"/>
|
||||
<path d="M23.428 21.744c0-2.246.911-4.121 2.394-5.848h-3.454v-1.674h5.298v1.59c-1.621 1.832-2.246 3.326-2.246 5.932h-1.992z" fill="white"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 724 B |
Reference in New Issue
Block a user