We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
server.json
1 parent 41ceb83 commit 02c951bCopy full SHA for 02c951b
.changeset/gentle-pots-kneel.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/mcp': patch
3
4
+
5
+fix: add icons to `server.json`
packages/mcp-stdio/server.json
@@ -10,6 +10,16 @@
10
},
11
"version": "0.1.9",
12
"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
+ ],
23
"packages": [
24
{
25
"registryType": "npm",
0 commit comments