Fan MCP family saves into extra isolated homes - #470
Open
Adam-Dalloul wants to merge 2 commits into
Open
Conversation
Settings MCP still targets the built-in family row. Extra custom agents whose spec.env sets CLAUDE_CONFIG_DIR, CODEX_HOME, GROK_HOME, GEMINI_CONFIG_DIR, or OPENCODE_CONFIG_DIR now receive the same server on upsert and lose it on remove. Claude extra homes only get enabledPlugins; server defs stay in the shared ~/.claude.json. Auth files are never copied.
Adam-Dalloul
force-pushed
the
mcp-family-extra-home-fanout
branch
from
August 16, 2026 17:08
936c160 to
0b3d5f2
Compare
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.
Merge order
#470, MCP fan-out into extra isolator homes)#471(Sign in on those extra slots; reuses the isolator helper)#471includes this commit. Merge this on its own; do not squash#471first.Settings → MCP still targets the built-in family row. Extra custom agents whose launch env sets
CLAUDE_CONFIG_DIR,CODEX_HOME,GROK_HOME,GEMINI_CONFIG_DIR, orOPENCODE_CONFIG_DIRnow receive the same server on upsert and lose it on remove.Claude extra homes only get
enabledPlugins. Server defs stay in the shared Claude config file. Auth files are never copied.Tests cover write/remove fan-out on temp homes and isolator discovery.