Charl P. Botha

Results 61 comments of Charl P. Botha

Starting from the normal `mcp.run(transport="http", port=8000)` it's a bit tricky to get to the app instance (for uvicorn.run) which gets created e.g. inside of `anyio.run(run_async(run_http_async(...)))` I also tried passing in...