Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/mcp-progressive-discovery.md

This file was deleted.

6 changes: 6 additions & 0 deletions packages/core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions packages/quickjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# @execbox/quickjs

## 0.7.1

### Patch Changes

- Updated dependencies [e09761a]
- @execbox/core@0.7.0

## 0.7.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/quickjs/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}
}
Loading