fix: feat(acp): Honor MCP servers passed from ACP clients#6113
Closed
github-actions[bot] wants to merge 1 commit intomainfrom
Closed
fix: feat(acp): Honor MCP servers passed from ACP clients#6113github-actions[bot] wants to merge 1 commit intomainfrom
github-actions[bot] wants to merge 1 commit intomainfrom
Conversation
Collaborator
|
Ps the sketch i had in the linked issue was based on the current sdk not the old 0.4. I would recommend work after this to avoid drift #6109 |
DOsinga
reviewed
Dec 15, 2025
| .map(|e| (e.name, e.value)) | ||
| .collect::<HashMap<_, _>>(); | ||
|
|
||
| set_extension(ExtensionEntry { |
Collaborator
There was a problem hiding this comment.
I dont think we want to do this; this changes the global mcp setup and enables the mcp for all
Collaborator
|
/goose my sketch in #6111 was imprecise as it subtly affects global state. The goal for ACP is to be like |
1 task
Collaborator
|
This is not a great PR. Going to close it. |
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.
Closes #6111
Summary
Changes made for #6111 (feat/acp: Honor MCP servers passed from ACP clients)
Implementation
name,
description: String::new(),
cmd: command.display().to_string(),
args,
envs: Envs::new(envs),
env_keys: Vec::new(),
timeout: None,
bundled: None,
available_tools: Vec::new(),
}
Behavior
Verification
Notable considerations / potential issues
Generated by goose Issue Solver