Feat/plugin p3 mcp#3710
Merged
Merged
Conversation
|
Thanks @pkeging for taking the time to contribute. This repository is observing a maintainer-managed PR intake gate in dry-run mode, so this pull request is staying open. This note helps maintainers prepare the allowlist before any enforcement is considered. Please read |
576b707 to
e61869f
Compare
Add MCP server merging logic to load_config_with_workspace: · Merge MCP servers from enabled plugins into the main MCP config · Plugin MCP server names are qualified with plugin name: <plugin>-<server> · Relative cwd paths are resolved relative to the plugin directory · Only enabled plugins contribute their MCP servers This is Stage 3 of the plugin system per review feedback on PR Hmbown#3699. No prompt injection — that follows in a separate PR (Stage 4, paused).
e61869f to
add1915
Compare
Clone enabled plugin entries while the registry lock is held, then merge their MCP servers into the workspace-aware config using owned server configs. This keeps plugin info rendering aligned with the shared MCP config shape and avoids borrowed data escaping the registry lock.\n\nAdds coverage for plugin-qualified MCP server names and plugin-relative stdio cwd resolution.\n\nMaintainer follow-up for PR Hmbown#3710 by @pkeging. Signed-off-by: Hunter B <hmbown@gmail.com>
pkeging
added a commit
to pkeging/CodeWhale
that referenced
this pull request
Jun 28, 2026
- PR Hmbown#3708 merged, PR Hmbown#3709 merged by @Hmbown - PR Hmbown#3710 pending review - Team adjusted to two-party (cpt-opcd + mydpsk)
pkeging
added a commit
to pkeging/CodeWhale
that referenced
this pull request
Jun 28, 2026
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
Testing
cargo fmt --all -- --checkcargo clippy --workspace --all-targets --all-featurescargo test --workspace --all-featuresChecklist