Module mcp_server

Module mcp_server 

Source

Structs§

AppState
Shared application state for the MCP server.
RunRequest
Request payload for the /run endpoint.
RunResponse
Simple response wrapper.

Functions§

router
Build the Axum router.
start_server
Start the MCP server – called from main.rs.