pub async fn run(
groups_str: &str,
allow_dangerous: bool,
client: IndodaxClient,
config: IndodaxConfig,
) -> Result<(), IndodaxError>Expand description
Run the MCP stdio server.
Reads JSON-RPC messages from stdin and writes responses to stdout. Service groups filter which tools are available.