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.
1 parent 0d55c0f commit 579be87Copy full SHA for 579be87
.changeset/tall-heads-spend.md
@@ -0,0 +1,5 @@
1
+---
2
+'@sveltejs/mcp': patch
3
4
+
5
+fix: use correct server schema version
packages/mcp-stdio/server.json
@@ -1,5 +1,5 @@
{
- "$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
+ "$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
"name": "dev.svelte/mcp",
"description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development",
"repository": {
0 commit comments