Objective
Implement the accepted MCP Runtime structural upgrade in docs/specs/mcp-runtime-upgrade.md.
This is the tracking issue for the complete dependency graph. Implementation belongs in sub-issues; do not turn this issue into a second specification.
Frozen product semantics
- The CLI Adapter is short-lived and never owns MCP transports or credentials.
- An ordinary Call with unusable credentials returns
reauth-required; it never starts authentication.
- Only explicit
mcpx @refresh may start or join an Authentication Flow.
- CLI disconnect cancels only its own Call and never evicts a healthy shared session.
- Declared Registry, Credential Store, Schema Cache, and Active State stay separate.
Completion
Objective
Implement the accepted MCP Runtime structural upgrade in
docs/specs/mcp-runtime-upgrade.md.This is the tracking issue for the complete dependency graph. Implementation belongs in sub-issues; do not turn this issue into a second specification.
Frozen product semantics
reauth-required; it never starts authentication.mcpx @refreshmay start or join an Authentication Flow.Completion