Skip to content

Commit b85d277

Browse files
Version Packages (#45)
1 parent e09761a commit b85d277

5 files changed

Lines changed: 16 additions & 8 deletions

File tree

.changeset/mcp-progressive-discovery.md

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

packages/core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @execbox/core
22

3+
## 0.7.0
4+
5+
### Minor Changes
6+
7+
- e09761a: Add MCP-compatible tool annotations and make code MCP servers expose progressive search, inspect, and execute tools by default.
8+
39
## 0.6.0
410

511
### Minor Changes

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/core",
3-
"version": "0.6.0",
3+
"version": "0.7.0",
44
"description": "Core execution contract, provider resolution, and MCP adapters.",
55
"license": "MIT",
66
"type": "module",

packages/quickjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @execbox/quickjs
22

3+
## 0.7.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [e09761a]
8+
- @execbox/core@0.7.0
9+
310
## 0.7.0
411

512
### Minor Changes

packages/quickjs/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@execbox/quickjs",
3-
"version": "0.7.0",
3+
"version": "0.7.1",
44
"description": "QuickJS executor for the execbox core package across inline and worker hosts.",
55
"license": "MIT",
66
"type": "module",
@@ -45,7 +45,7 @@
4545
"homepage": "https://github.com/aallam/execbox/tree/main/packages/quickjs#readme",
4646
"bugs": "https://github.com/aallam/execbox/issues",
4747
"dependencies": {
48-
"@execbox/core": "^0.6.0",
48+
"@execbox/core": "^0.7.0",
4949
"quickjs-emscripten": "^0.31.0"
5050
}
5151
}

0 commit comments

Comments
 (0)