mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-14 14:43:16 -06:00
8b66fe773f
Requester-scoped servers never enter harness-native MCP config: Codex thread and CLI user-MCP projections partition them out (fail-closed, static-partition fingerprints stay sender-independent so shared threads never rotate). Codex delivers them as per-attempt dynamic tools through a scoped-only runtime path on the same core manager, with a session-stable advertised catalog so authed and unauthed senders share one spec surface; unauthed calls get a clean not-connected tool error. New SDK seam materializeRequesterScopedMcpToolsForHarnessRun lets any future harness consume the same contract.