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
.