Compare commits

..

2 Commits

Author SHA1 Message Date
github-actions[bot]
1b6b7589b5 Version Packages (#223) 2026-06-04 18:31:47 +02:00
Paolo Ricciuti
fea691996f chore: support declaration tags (#222) 2026-06-04 17:07:27 +02:00
4 changed files with 9 additions and 8 deletions

View File

@@ -1,5 +0,0 @@
---
'@sveltejs/mcp': patch
---
chore: support declaration tags

View File

@@ -1,5 +1,11 @@
# @sveltejs/mcp
## 0.1.24
### Patch Changes
- chore: support declaration tags ([#222](https://github.com/sveltejs/ai-tools/pull/222))
## 0.1.23
### Patch Changes

View File

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

View File

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