start_server

Function start_server 

Source
pub async fn start_server(
    state: AppState,
    addr: SocketAddr,
) -> Result<(), AgentError>
Expand description

Start the MCP server – called from main.rs.