Skip to content

Commit 7832eb0

Browse files
Version Packages
1 parent 05c3b22 commit 7832eb0

66 files changed

Lines changed: 367 additions & 72 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.changeset/mcp-namespace-search-tools.md

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

apps/cli/CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# executor
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- [#1741](https://github.com/UsefulSoftwareCo/executor/pull/1741) [`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - **Opt-in per-integration search tools on the MCP surface**
8+
9+
Connecting with `?search_tools=true` (stdio: `executor mcp --search-tools`) adds one minimally-described `search_<integration>` MCP tool per connected integration, so the integration namespaces reach the model as tool names it can see without calling anything. Each call routes through the same flow as `tools.search({ namespace })` inside `execute`, and the tool list comes from the same inventory the `execute` description shows. Off by default; a clean endpoint URL is unchanged.
10+
11+
- Updated dependencies []:
12+
- @executor-js/local@1.6.1
13+
- @executor-js/api@1.4.64
14+
- @executor-js/sdk@1.6.1
15+
- @executor-js/runtime-quickjs@1.6.1
16+
317
## 1.6.0
418

519
### Patch Changes

apps/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "executor",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/cloud
22

3+
## 1.4.62
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095)]:
8+
- @executor-js/execution@1.6.1
9+
- @executor-js/api@1.4.64
10+
- @executor-js/cloudflare@0.0.43
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/mcp-apps-shell@1.4.12
13+
- @executor-js/runtime-dynamic-worker@1.4.4
14+
- @executor-js/plugin-graphql@1.6.1
15+
- @executor-js/plugin-mcp@1.6.1
16+
- @executor-js/plugin-openapi@1.6.1
17+
- @executor-js/plugin-toolkits@1.5.36
18+
- @executor-js/react@1.4.64
19+
- @executor-js/plugin-workos-vault@0.0.2
20+
- @executor-js/sdk@1.6.1
21+
- @executor-js/runtime-quickjs@1.6.1
22+
- @executor-js/vite-plugin@0.0.61
23+
324
## 1.4.61
425

526
### Patch Changes

apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/cloud",
3-
"version": "1.4.61",
3+
"version": "1.4.62",
44
"private": true,
55
"type": "module",
66
"scripts": {

apps/desktop/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# @executor-js/desktop
22

3+
## 1.6.1
4+
35
## 1.6.0
46

57
## 1.5.42

apps/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/desktop",
3-
"version": "1.6.0",
3+
"version": "1.6.1",
44
"private": true,
55
"homepage": "https://github.com/UsefulSoftwareCo/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# @executor-js/host-selfhost
22

3+
## 0.0.43
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095)]:
8+
- @executor-js/execution@1.6.1
9+
- @executor-js/analytics@0.1.8
10+
- @executor-js/api@1.4.64
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/mcp-apps-shell@1.4.12
13+
- @executor-js/plugin-graphql@1.6.1
14+
- @executor-js/plugin-mcp@1.6.1
15+
- @executor-js/plugin-openapi@1.6.1
16+
- @executor-js/plugin-toolkits@1.5.36
17+
- @executor-js/react@1.4.64
18+
- @executor-js/app@1.4.4
19+
- @executor-js/plugin-provider-service-split@0.0.15
20+
- @executor-js/sdk@1.6.1
21+
- @executor-js/runtime-quickjs@1.6.1
22+
- @executor-js/plugin-encrypted-secrets@0.0.43
23+
324
## 0.0.42
425

526
### Patch Changes

apps/host-selfhost/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@executor-js/host-selfhost",
3-
"version": "0.0.42",
3+
"version": "0.0.43",
44
"private": true,
55
"type": "module",
66
"exports": {

apps/local/CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,32 @@
11
# @executor-js/local
22

3+
## 1.6.1
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [[`62748e8`](https://github.com/UsefulSoftwareCo/executor/commit/62748e86122b747226c76c2e112c5c4d2b4f7095)]:
8+
- @executor-js/execution@1.6.1
9+
- @executor-js/analytics@0.1.8
10+
- @executor-js/api@1.4.64
11+
- @executor-js/host-mcp@1.4.4
12+
- @executor-js/mcp-apps-shell@1.4.12
13+
- @executor-js/plugin-graphql@1.6.1
14+
- @executor-js/plugin-mcp@1.6.1
15+
- @executor-js/plugin-onepassword@1.6.1
16+
- @executor-js/plugin-openapi@1.6.1
17+
- @executor-js/plugin-toolkits@1.5.36
18+
- @executor-js/react@1.4.64
19+
- @executor-js/app@1.4.4
20+
- @executor-js/plugin-provider-service-split@0.0.15
21+
- @executor-js/sdk@1.6.1
22+
- @executor-js/runtime-quickjs@1.6.1
23+
- @executor-js/config@1.6.1
24+
- @executor-js/plugin-file-secrets@1.6.1
25+
- @executor-js/plugin-keychain@1.6.1
26+
- @executor-js/plugin-example@1.6.1
27+
- @executor-js/plugin-desktop-settings@1.6.1
28+
- @executor-js/vite-plugin@0.0.61
29+
330
## 1.6.0
431

532
### Patch Changes

0 commit comments

Comments
 (0)