Expand description
mcp tier dispatch. Mirrors
objectiveai-sdk-rs/src/cli/command/mcp/mod.rs — matches on the
SDK’s tier Request variants and dispatches to local leaf
executes. All mcp leaves are unary, so every arm wraps a single
value in a one-shot stream.
Modules§
- config
config mcpsub-tier.- kill
mcp kill --global|--state— terminate mcp server(s) by killing the owner(s) of their per-state lock at<dir>/state/<state>/lockskeymcp.--statehits the current state;--globalfans out across every state concurrently. Idempotent: a count of zero is not an error.- spawn
mcp spawn— start theobjectiveai-mcpserver in the background, usingmcp.address+mcp.portfrom on-disk config (mcp is the one tier that kept a configurable bind address).