Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
846514858e Version Packages (#86)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2025-10-24 10:42:04 +02:00
Yuichiro Yamashita
b69ea052bd feat: support: $state.eager (#90)
Co-authored-by: Paolo Ricciuti <ricciutipaolo@gmail.com>
2025-10-24 10:34:00 +02:00
6 changed files with 13 additions and 18 deletions

View File

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

View File

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

View File

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

View File

@@ -1,5 +1,15 @@
# @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.9",
"version": "0.1.10",
"type": "module",
"license": "MIT",
"mcpName": "dev.svelte/mcp",

View File

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