diff --git a/.changeset/good-trams-kneel.md b/.changeset/good-trams-kneel.md deleted file mode 100644 index 581256b..0000000 --- a/.changeset/good-trams-kneel.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/mcp': patch ---- - -feat: add autofixer to tell the LLM to check if some function called in effect is assigning state #26 diff --git a/.changeset/tough-donkeys-attend.md b/.changeset/tough-donkeys-attend.md deleted file mode 100644 index f8f5130..0000000 --- a/.changeset/tough-donkeys-attend.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@sveltejs/mcp': patch ---- - -feat: add bind:this -> attachment and action -> attachment autofixer #20 diff --git a/packages/mcp-stdio/CHANGELOG.md b/packages/mcp-stdio/CHANGELOG.md index 9e2456f..3d36133 100644 --- a/packages/mcp-stdio/CHANGELOG.md +++ b/packages/mcp-stdio/CHANGELOG.md @@ -1,5 +1,13 @@ # @sveltejs/mcp +## 0.0.5 + +### Patch Changes + +- feat: add autofixer to tell the LLM to check if some function called in effect is assigning state #26 ([`73d7625`](https://github.com/sveltejs/mcp/commit/73d7625b3ca6a812ba91883ea668d80ff1e7c703)) + +- feat: add bind:this -> attachment and action -> attachment autofixer #20 ([`73d7625`](https://github.com/sveltejs/mcp/commit/73d7625b3ca6a812ba91883ea668d80ff1e7c703)) + ## 0.0.4 ### Patch Changes diff --git a/packages/mcp-stdio/package.json b/packages/mcp-stdio/package.json index 28f930d..ad4838c 100644 --- a/packages/mcp-stdio/package.json +++ b/packages/mcp-stdio/package.json @@ -1,6 +1,6 @@ { "name": "@sveltejs/mcp", - "version": "0.0.4", + "version": "0.0.5", "type": "module", "license": "MIT", "homepage": "https://github.com/sveltejs/mcp#readme",