Compare commits

..

5 Commits

Author SHA1 Message Date
paoloricciuti
77c1728ab1 Merge branch 'main' into js-api-and-cli 2025-12-19 18:26:58 +01:00
paoloricciuti
83e9d6583a Merge branch 'main' into js-api-and-cli 2025-12-18 20:21:42 +01:00
paoloricciuti
5d8a85c2e3 fix: move to catalog 2025-12-18 19:27:36 +01:00
paoloricciuti
eac75d3629 fix: types exports 2025-12-18 19:23:25 +01:00
paoloricciuti
59abf83bdb feat: expose tools as JS api + cli 2025-12-18 18:43:53 +01:00
4 changed files with 8 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
---
'@sveltejs/mcp': patch
---
feat: expose tools as JS api + cli

View File

@@ -1,11 +1,5 @@
# @sveltejs/mcp
## 0.1.16
### Patch Changes
- feat: expose tools as JS api + cli ([#128](https://github.com/sveltejs/mcp/pull/128))
## 0.1.15
### Patch Changes

View File

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

View File

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