Feat/plugin p3 mcp#3710
Merged
Merged
Conversation
Contributor
|
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 |
pkeging
force-pushed
the
feat/plugin-p3-mcp
branch
5 times, most recently
from
June 28, 2026 02:03
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).
pkeging
force-pushed
the
feat/plugin-p3-mcp
branch
from
June 28, 2026 02:19
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 was referenced Jul 18, 2026
pull Bot
pushed a commit
to TheTechOddBug/DeepSeek-TUI
that referenced
this pull request
Jul 18, 2026
Build one deterministic Codewhale-owned bundle inventory with versioned manifests, contained content hashing, separate trust and enablement receipts, and fail-closed atomic state. Activate only namespaced Skills and MCP through their existing engines, initialize the registry consistently across launch modes, preserve legacy executable tools as a separate surface, and document the bounded v0.9.1 lifecycle. Refs Hmbown#4399, Hmbown#3916, Hmbown#3917. Builds on the original plugin manifest, discovery, CLI, and MCP foundation from pkeging in Hmbown#3708, Hmbown#3709, and Hmbown#3710. Co-authored-by: pkeging <237035657+pkeging@users.noreply.github.com> Signed-off-by: Hunter B <hmbown@gmail.com>
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