Skip to content

Commit 579be87

Browse files
committed
fix: use correct server schema version
1 parent 0d55c0f commit 579be87

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.changeset/tall-heads-spend.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: use correct server schema version

packages/mcp-stdio/server.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
2+
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
33
"name": "dev.svelte/mcp",
44
"description": "The official Svelte MCP server providing docs and autofixing tools for Svelte development",
55
"repository": {

0 commit comments

Comments
 (0)