add Goose2 MCP App bridge bootstrap#8596
Closed
aharvard wants to merge 2 commits intofeat/mcp-apps-capability-negotiationfrom
Closed
add Goose2 MCP App bridge bootstrap#8596aharvard wants to merge 2 commits intofeat/mcp-apps-capability-negotiationfrom
aharvard wants to merge 2 commits intofeat/mcp-apps-capability-negotiationfrom
Conversation
This was referenced Apr 16, 2026
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
d14655b to
8c4b952
Compare
e12a0ec to
39eff42
Compare
Signed-off-by: Andrew Harvard <aharvard@squareup.com>
Collaborator
Author
|
taking another route |
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.
This is PR 2 of 3 in a stacked PR sequence for MCP Apps in Goose2.
The full feature delivery depends on all three PRs merging. This PR stacks on PR 1, and PR 3 stacks on top of this one.
With the ACP surface in place, this PR is the big host/bootstrap pass for Goose2 itself. It adds the sandbox proxy, the Tauri command plumbing, and the initial inline app host so Goose2 can actually load an MCP App resource, bootstrap the app view, send host context and tool updates, and proxy app requests back through ACP.
This is the PR where Goose2 starts acting like an app host rather than just a chat UI. The follow-up PR tightens the render decision and makes it
tools/list-driven, but this one is what gets the bridge and runtime in place in the first place.If you're reviewing this slice and want to see how it's supposed to work, start with the sequence diagram and notes in #8594.
Related to #8594.
Base PR: #8595.