Serve both MCP eras from the v2 stack on neutral hosts - #1606
Closed
RhysSullivan wants to merge 1 commit into
Closed
Serve both MCP eras from the v2 stack on neutral hosts#1606RhysSullivan wants to merge 1 commit into
RhysSullivan wants to merge 1 commit into
Conversation
Deploying with
|
| Status | Name | Latest Commit | Updated (UTC) |
|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-cloud | 074a9be | Aug 16 2026, 02:03 PM |
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
executor-marketing | 074a9be | Commit Preview URL Branch Preview URL |
Aug 16 2026, 02:02 PM |
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: |
This was referenced Aug 16, 2026
Collaborator
Author
|
Folded into #1611 (single consolidated PR per review preference). |
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.
First consolidation step: the neutral hosts (selfhost + local) now serve BOTH protocol eras from the SDK v2 stack — the v1 assembly is no longer used outside the Cloudflare hosts.
in-memory-session-store.tsbuilds sessions on the v2WebStandardStreamableHTTPServerTransport+ the v2 assembly (sessionfulmode: apps capability and elicitation support follow the live initialize-negotiated state, preserving the cold-restore semantics).inputRequiredreturns become realelicitation/createrequests); native sessions use SSE responses as the shim requires, model/browser sessions keep JSON.apps/localstdio moves toserveStdio— one process now serves legacy AND modern stdio clients (deferral removed).Interop evidence (new tests): a real v1-SDK client against the consolidated store — initialize, tools/list with negotiated Apps tools,
sessionCount() === 1on reuse, and the full native-elicitation round-trip (elicitation/createemitted by the shim, response accepted, execution completes). stdio covers both a legacy v1 client and a modern-pinned v2 client.Tests: 204 hosts/mcp + 72 local + 102 selfhost; no existing behavioral assertion changed.
Next: the cloud DO rewrite off
McpAgent(deletes the 911-line agents patch), then removal of the v1 assembly and the V2 naming.Stacked on #1604.