Skip to content

Commit 02c951b

Browse files
committed
fix: add icons to server.json
1 parent 41ceb83 commit 02c951b

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.changeset/gentle-pots-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@sveltejs/mcp': patch
3+
---
4+
5+
fix: add icons to `server.json`

packages/mcp-stdio/server.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
},
1111
"version": "0.1.9",
1212
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
13+
"icons": [
14+
{
15+
"src": "https://mcp.svelte.dev/logo.svg",
16+
"mimeType": "image/svg+xml"
17+
},
18+
{
19+
"src": "https://mcp.svelte.dev/logo.png",
20+
"mimeType": "image/png"
21+
}
22+
],
1323
"packages": [
1424
{
1525
"registryType": "npm",

0 commit comments

Comments
 (0)