Version Packages (#229)

This commit is contained in:
github-actions[bot]
2026-06-26 18:20:51 +02:00
committed by GitHub
parent 59dcbff136
commit a668188dfa
4 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/mcp': patch
---
fix: better wording for `desired_svelte_version`

View File

@@ -1,5 +1,11 @@
# @sveltejs/mcp # @sveltejs/mcp
## 0.1.25
### Patch Changes
- fix: better wording for `desired_svelte_version` ([`59dcbff`](https://github.com/sveltejs/ai-tools/commit/59dcbff136a91efad5a0e978e8208e1b1d277f97))
## 0.1.24 ## 0.1.24
### Patch Changes ### Patch Changes

View File

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

View File

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