Add search and invoke MCP mode - #1942
Merged
Merged
Conversation
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 9876c22 | Commit Preview URL Branch Preview URL |
Sep 15 2026, 01:28 AM |
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 9876c22 | Sep 15 2026, 01:29 AM |
Contributor
Cloudflare previewTorn down — the PR is closed. |
@executor-js/cli
@executor-js/config
@executor-js/execution
@executor-js/sdk
@executor-js/codemode-core
@executor-js/runtime-quickjs
@executor-js/plugin-file-secrets
@executor-js/plugin-graphql
@executor-js/plugin-keychain
@executor-js/plugin-mcp
@executor-js/plugin-onepassword
@executor-js/plugin-openapi
executor
commit: |
RhysSullivan
changed the base branch from
main
to
mcp-catalog/consistent-discovery
September 15, 2026 01:12
RhysSullivan
force-pushed
the
mcp-passthrough
branch
from
September 15, 2026 01:12
723f87f to
18e42c0
Compare
RhysSullivan
added this pull request to stack #1995
September 15, 2026 01:12
RhysSullivan
removed this pull request from stack #1995
September 15, 2026 01:13
RhysSullivan
changed the base branch from
mcp-catalog/consistent-discovery
to
main
September 15, 2026 01:13
RhysSullivan
changed the base branch from
main
to
mcp-catalog/consistent-discovery
September 15, 2026 01:13
RhysSullivan
added this pull request to stack #1996
September 15, 2026 01:13
RhysSullivan
removed this pull request from stack #1996
September 15, 2026 01:17
RhysSullivan
force-pushed
the
mcp-passthrough
branch
from
September 15, 2026 01:21
18e42c0 to
42b8e8e
Compare
RhysSullivan
force-pushed
the
mcp-passthrough
branch
from
September 15, 2026 01:21
42b8e8e to
bebd8d7
Compare
RhysSullivan
changed the base branch from
mcp-catalog/consistent-discovery
to
main
September 15, 2026 01:21
RhysSullivan
marked this pull request as ready for review
September 15, 2026 01:26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add an optional search and invoke MCP mode through
?mode=passthrough,executor mcp --mode passthrough, or the MCP install UI. Codemode remains the default.MCP advertises exactly two tools. Connecting does not load the tool catalog or any input schemas.
searchreuses the existing codemode search over tool metadata, then callstools.schema(address)only for the result page (up to 20 tools). Results include full input schemas and account identity.invokechecks current visibility and fetches the selected tool's current schema before validating and running its arguments through the existing execution engine.Invoke is marked potentially destructive for native client approval. Workspace blocks apply to cached IDs. Executor approval prompts and tool-originated prompts carry distinct provenance, so only the former can be accepted by this mode. Upstream prompts are relayed or refused when unsupported.
This PR is based directly on main. It adds no bulk describe API, schema cache, database changes, or migrations.
Validation: 241 MCP tests and 41 execution-search tests passed. The 10,000-tool case proves no discovery reads at connection time and schema reads bounded to the search page. Tests also cover fresh schema validation and static-tool exclusion. Selfhost e2e passed with authenticated upstream calls, input validation, and block enforcement. All 45 workspace typecheck tasks and scoped lint passed; repository formatting completed. The cloud scale and OpenCode suites were updated but not rerun.