pub async fn start_server(
state: AppState,
addr: SocketAddr,
) -> Result<(), AgentError>
Expand description
Start the MCP server – called from main.rs
.
pub async fn start_server(
state: AppState,
addr: SocketAddr,
) -> Result<(), AgentError>
Start the MCP server – called from main.rs
.