context7: replace SVG icons with new PNG icons (sm 48x48, lg 96x96)

This commit is contained in:
2026-07-23 17:42:46 +01:00
parent 028d240ef2
commit 1094f11e34
8 changed files with 31 additions and 37 deletions
+5 -5
View File
@@ -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",
+5 -5
View File
@@ -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

-7
View File
@@ -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

-7
View File
@@ -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