Skip to content

Commit c83a107

Browse files
Version Packages
1 parent 64b3544 commit c83a107

55 files changed

Lines changed: 287 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/selfhost-mcp-connect-url.md

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

.changeset/selfhost-mcp-consent.md

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

apps/cli/CHANGELOG.md

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

3+
## 1.5.11
4+
5+
### Patch Changes
6+
7+
- [#1002](https://github.com/RhysSullivan/executor/pull/1002) [`64b3544`](https://github.com/RhysSullivan/executor/commit/64b3544c297f122fb915ab281f2ac84c766ddcfd) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Fix the self-hosted "Connect an agent" MCP URL. The card printed an
8+
organization-scoped path (`<origin>/<organizationId>/mcp`) that the
9+
single-tenant self-host server didn't serve, so connecting an MCP client
10+
authorized successfully but then failed to reach the tools with an HTTP 404.
11+
The self-host server now accepts the organization-scoped path and routes it to
12+
its MCP endpoint.
13+
14+
- [#1002](https://github.com/RhysSullivan/executor/pull/1002) [`64b3544`](https://github.com/RhysSullivan/executor/commit/64b3544c297f122fb915ab281f2ac84c766ddcfd) Thanks [@RhysSullivan](https://github.com/RhysSullivan)! - Self-hosted MCP connections now require explicit approval. When an MCP client
15+
connects, the browser stops on an approval screen showing the connecting
16+
client's name, what it can access, and that the grant is limited to the MCP
17+
server (not a web-app login, and it can't make other API calls on your behalf);
18+
a token is granted only after you Approve. Previously a signed-in user's client
19+
was authorized automatically with no prompt.
20+
- Updated dependencies []:
21+
- @executor-js/sdk@1.5.11
22+
- @executor-js/runtime-quickjs@1.5.11
23+
- @executor-js/local@1.4.4
24+
- @executor-js/api@1.4.31
25+
326
## 1.5.10
427

528
### 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.5.10",
3+
"version": "1.5.11",
44
"private": true,
55
"bin": {
66
"executor": "./bin/executor.ts"

apps/cloud/CHANGELOG.md

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

3+
## 1.4.29
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.11
9+
- @executor-js/runtime-quickjs@1.5.11
10+
- @executor-js/execution@1.5.11
11+
- @executor-js/plugin-graphql@1.5.11
12+
- @executor-js/plugin-mcp@1.5.11
13+
- @executor-js/plugin-openapi@1.5.11
14+
- @executor-js/api@1.4.31
15+
- @executor-js/vite-plugin@0.0.28
16+
- @executor-js/cloudflare@0.0.10
17+
- @executor-js/host-mcp@1.4.4
18+
- @executor-js/runtime-dynamic-worker@1.4.4
19+
- @executor-js/plugin-workos-vault@0.0.2
20+
- @executor-js/react@1.4.31
21+
322
## 1.4.28
423

524
### 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.28",
3+
"version": "1.4.29",
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.5.11
4+
35
## 1.5.10
46

57
## 1.5.9

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.5.10",
3+
"version": "1.5.11",
44
"private": true,
55
"homepage": "https://github.com/RhysSullivan/executor",
66
"license": "MIT",

apps/host-selfhost/CHANGELOG.md

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

3+
## 0.0.10
4+
5+
### Patch Changes
6+
7+
- Updated dependencies []:
8+
- @executor-js/sdk@1.5.11
9+
- @executor-js/runtime-quickjs@1.5.11
10+
- @executor-js/execution@1.5.11
11+
- @executor-js/plugin-graphql@1.5.11
12+
- @executor-js/plugin-mcp@1.5.11
13+
- @executor-js/plugin-openapi@1.5.11
14+
- @executor-js/app@1.4.4
15+
- @executor-js/api@1.4.31
16+
- @executor-js/host-mcp@1.4.4
17+
- @executor-js/plugin-encrypted-secrets@0.0.10
18+
- @executor-js/react@1.4.31
19+
320
## 0.0.9
421

522
### 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.9",
3+
"version": "0.0.10",
44
"private": true,
55
"type": "module",
66
"exports": {

0 commit comments

Comments
 (0)