pub fn run_mcp_stdio(config: &SeekrConfig) -> Result<(), ServerError>Expand description
Run the MCP Server over stdio.
Reads JSON-RPC requests from stdin (one per line) and writes responses to stdout. This blocks until stdin is closed.
pub fn run_mcp_stdio(config: &SeekrConfig) -> Result<(), ServerError>Run the MCP Server over stdio.
Reads JSON-RPC requests from stdin (one per line) and writes responses to stdout. This blocks until stdin is closed.