Skip to content

Commit 2c37309

Browse files
Version Packages
1 parent 3b301d7 commit 2c37309

File tree

5 files changed

+11
-13
lines changed

5 files changed

+11
-13
lines changed

.changeset/common-cougars-sleep.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changeset/common-vans-poke.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/mcp-stdio/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# @sveltejs/mcp
22

3+
## 0.1.5
4+
5+
### Patch Changes
6+
7+
- fix: widen `desired_svelte_version` validation to accommodate some clients ([`3b301d7`](https://github.com/sveltejs/mcp/commit/3b301d7d9c2f49758023408f505bc4ca79caaff4))
8+
9+
- fix: minor tweaks to the prompt to allow for automatic sync ([#63](https://github.com/sveltejs/mcp/pull/63))
10+
311
## 0.1.4
412

513
### Patch Changes

packages/mcp-stdio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@sveltejs/mcp",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"type": "module",
55
"license": "MIT",
66
"mcpName": "dev.svelte/mcp",

packages/mcp-stdio/server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,13 @@
88
"subfolder": "packages/mcp-stdio",
99
"source": "github"
1010
},
11-
"version": "0.1.4",
11+
"version": "0.1.5",
1212
"websiteUrl": "https://svelte.dev/docs/mcp/overview",
1313
"packages": [
1414
{
1515
"registryType": "npm",
1616
"identifier": "@sveltejs/mcp",
17-
"version": "0.1.4",
17+
"version": "0.1.5",
1818
"runtimeHint": "npx",
1919
"transport": {
2020
"type": "stdio"

0 commit comments

Comments
 (0)