pub fn run<R, W, E>(
opts: CliOptions,
reader: R,
writer: W,
diagnostics: E,
) -> Result<()>Expand description
Serves MCP per opts over the given reader, writer, and diagnostics streams.
Only the stdio transport is supported; selecting HTTP returns an error.