Compare commits

..

3 Commits

Author SHA1 Message Date
paoloricciuti
ce26dba9dc fix: types 2026-06-04 16:52:32 +02:00
paoloricciuti
56d0e69e8f chore: also update eslint-plugin-svelte 2026-06-04 10:43:42 +02:00
paoloricciuti
80a5abe303 chore: support declaration tags 2026-06-04 10:40:59 +02:00
4 changed files with 8 additions and 9 deletions

View File

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

View File

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

View File

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