Skip to main content

run

Function run 

Source
pub async fn run(db: SqlitePool) -> Result<(), Box<dyn Error>>
Expand description

Run the MCP server event loop. Reads JSON-RPC messages line-by-line from stdin and writes responses to stdout. Runs until stdin is closed.