From c4ab4b59cb6d1f563c7940c267ae7731d9ee9373 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 20 Jun 2026 10:51:08 +0000 Subject: [PATCH] Version Packages --- .changeset/mcp-progressive-discovery.md | 5 ----- packages/core/CHANGELOG.md | 6 ++++++ packages/core/package.json | 2 +- packages/quickjs/CHANGELOG.md | 7 +++++++ packages/quickjs/package.json | 4 ++-- 5 files changed, 16 insertions(+), 8 deletions(-) delete mode 100644 .changeset/mcp-progressive-discovery.md diff --git a/.changeset/mcp-progressive-discovery.md b/.changeset/mcp-progressive-discovery.md deleted file mode 100644 index 0951471..0000000 --- a/.changeset/mcp-progressive-discovery.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@execbox/core": minor ---- - -Add MCP-compatible tool annotations and make code MCP servers expose progressive search, inspect, and execute tools by default. diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 87ca1da..6ffec10 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @execbox/core +## 0.7.0 + +### Minor Changes + +- e09761a: Add MCP-compatible tool annotations and make code MCP servers expose progressive search, inspect, and execute tools by default. + ## 0.6.0 ### Minor Changes diff --git a/packages/core/package.json b/packages/core/package.json index 0d84306..7864c9f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@execbox/core", - "version": "0.6.0", + "version": "0.7.0", "description": "Core execution contract, provider resolution, and MCP adapters.", "license": "MIT", "type": "module", diff --git a/packages/quickjs/CHANGELOG.md b/packages/quickjs/CHANGELOG.md index a9be0de..2bea88b 100644 --- a/packages/quickjs/CHANGELOG.md +++ b/packages/quickjs/CHANGELOG.md @@ -1,5 +1,12 @@ # @execbox/quickjs +## 0.7.1 + +### Patch Changes + +- Updated dependencies [e09761a] + - @execbox/core@0.7.0 + ## 0.7.0 ### Minor Changes diff --git a/packages/quickjs/package.json b/packages/quickjs/package.json index 1344750..4edcc26 100644 --- a/packages/quickjs/package.json +++ b/packages/quickjs/package.json @@ -1,6 +1,6 @@ { "name": "@execbox/quickjs", - "version": "0.7.0", + "version": "0.7.1", "description": "QuickJS executor for the execbox core package across inline and worker hosts.", "license": "MIT", "type": "module", @@ -45,7 +45,7 @@ "homepage": "https://github.com/aallam/execbox/tree/main/packages/quickjs#readme", "bugs": "https://github.com/aallam/execbox/issues", "dependencies": { - "@execbox/core": "^0.6.0", + "@execbox/core": "^0.7.0", "quickjs-emscripten": "^0.31.0" } }