Currently CRB_WORKSPACE only supports a single workspace directory. MCP roots can provide multiple roots, and some clients (e.g. multi-repo workspaces) may need the server to handle multiple projects.
Proposal:
- Accept comma-separated paths in
CRB_WORKSPACE, or
- Use all MCP roots instead of just the first one
- Route
gh commands to the correct root based on the repo parameter
Low priority — single-workspace covers the common case.
Currently
CRB_WORKSPACEonly supports a single workspace directory. MCP roots can provide multiple roots, and some clients (e.g. multi-repo workspaces) may need the server to handle multiple projects.Proposal:
CRB_WORKSPACE, orghcommands to the correct root based on therepoparameterLow priority — single-workspace covers the common case.