Add third-party MCP server endpoint - #8237
Merged
cstns merged 28 commits intoAug 21, 2026
Merged
Conversation
…wserSessionPresenceHandler`
… and adjust related tests
… based on AI and feature checks
Steve-Mcl
approved these changes
Aug 21, 2026
Steve-Mcl
left a comment
Contributor
There was a problem hiding this comment.
I have made a few commits from our test/feature branch - please check them
Also, not merging until the base branch is reviewed
…wserSessionPresenceHandler`
… and adjust related tests
… based on AI and feature checks
cstns
force-pushed
the
mcp-third-party-endpoint-8192
branch
from
August 21, 2026 13:13
e4d49a2 to
675f5a5
Compare
…nto mcp-third-party-endpoint-8192 # Conflicts: # forge/comms/aclManager.js
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.
Builds out the
POST /api/v1/mcpendpoint (previously a 405 stub) into an actual@modelcontextprotocol/sdkserver that external agents can connect to with a scoped PAT.Covers the pieces from #8192: PAT passthrough to the MCP Gateway, invoke variant gating (rejecting non-readOnly calls before they hit MQTT), the
sendCommandAwaitReply-style MQTT transport to the gateway, and pinning a browser tab as the active target for a given MCP session (using theBrowserSessioncontroller from #8236, which this branch is stacked on).Closes #8192
Stack created with GitHub Stacks CLI • Give Feedback 💬