feat(eve): add MCP channel - #1828
Draft
groxaxo wants to merge 26 commits into
Draft
Conversation
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com> # Conflicts: # packages/eve/src/execution/workflow-runtime.ts
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Allen Zhou <46854522+allenzhou101@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <facu> # Conflicts: # packages/eve/src/execution/workflow-runtime.ts # packages/eve/src/public/channels/auth.test.ts # packages/eve/src/public/channels/auth.ts
Contributor
|
Someone is attempting to deploy a commit to the Vercel Team on Vercel. A member of the Team first needs to authorize it. |
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
Signed-off-by: Facundo V Jagodnik <76023196+groxaxo@users.noreply.github.com>
groxaxo
force-pushed
the
codex/pr-1377-polish
branch
from
August 8, 2026 03:51
454699d to
adb1669
Compare
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.
Summary
Supersedes and polishes #1377. Closes #883. Adds an opt-in
mcpChannel()that exposes a principal-bound, durable agent-invocation lifecycle over stateless MCP Streamable HTTP, with existing eve route auth and OAuth Protected Resource Metadata. It supports the current2026-07-28request shape plus documented compatibility eras while deliberately keeping authored tools, skills, connections, and subagents private. Review focus: compatibility inspection is bounded to 4 MiB, owner keys and update receipts are hashed and durable, and duplicate route registrations fail with both source paths.Validation
pnpm test:unit— eve: 6,102 passed and 1 skipped; docs/catalog suites passedpnpm test:integration— 605 passedpnpm --filter eve exec vitest run --config vitest.scenario.config.ts src/internal/invocation/mcp-agent-channel.scenario.test.ts— modern and legacy lifecycle, durable input acknowledgement, principal isolation, and cancellationpnpm buildNUXT_TELEMETRY_DISABLED=1 pnpm typecheckpnpm fmt,pnpm lint,pnpm guard:invariants,pnpm docs:check, andgit diff --checkHosted MCP client OAuth and Deployment Protection matrices were not run locally and remain release validation.
Checklist
CONTRIBUTING.mdevepackagegit commit --signoff)