run_server

Function run_server 

Source
pub async fn run_server() -> Result<()>
Expand description

Runs the MCP server on stdio transport.

This is a blocking call that processes MCP requests until the client disconnects or an error occurs.