Compare commits

..

4 Commits

Author SHA1 Message Date
paoloricciuti
230b77027e fix: ignore changeset in prettier 2025-10-24 10:32:45 +02:00
paoloricciuti
2715b36f64 fix: ignore changeset 2025-10-24 10:31:04 +02:00
Paolo Ricciuti
73fea39550 Update changeset for support of $state.eager 2025-10-24 10:26:52 +02:00
baseballyama
88b462e366 feat: support: .eager 2025-10-24 17:19:15 +09:00
6 changed files with 18 additions and 13 deletions

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/mcp': patch
---
fix: add icons to `server.json`

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/mcp': patch
---
fix: add `preferred-frame-size` to UI resource

View File

@@ -0,0 +1,5 @@
---
"@sveltejs/mcp": patch
---
feat: support: `$state.eager`

View File

@@ -1,15 +1,5 @@
# @sveltejs/mcp
## 0.1.10
### Patch Changes
- fix: add icons to `server.json` ([`02c951b`](https://github.com/sveltejs/mcp/commit/02c951baa86ac8103ffc158a202c06cfe6b15c01))
- fix: add `preferred-frame-size` to UI resource ([`3fabcc0`](https://github.com/sveltejs/mcp/commit/3fabcc0f9bfee916c0deb9c2ffa931ed2168af2d))
- feat: support: `$state.eager` ([#90](https://github.com/sveltejs/mcp/pull/90))
## 0.1.9
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@sveltejs/mcp",
"version": "0.1.10",
"version": "0.1.9",
"type": "module",
"license": "MIT",
"mcpName": "dev.svelte/mcp",

View File

@@ -8,7 +8,7 @@
"subfolder": "packages/mcp-stdio",
"source": "github"
},
"version": "0.1.10",
"version": "0.1.9",
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
"icons": [
{
@@ -24,7 +24,7 @@
{
"registryType": "npm",
"identifier": "@sveltejs/mcp",
"version": "0.1.10",
"version": "0.1.9",
"runtimeHint": "npx",
"transport": {
"type": "stdio"