A zero-configuration tool for automatically exposing FastAPI endpoints as Model Context Protocol (MCP) tools. - add logging to examples (override uvicorn's default logger) · jmwdpk/fastapi_mcp@1f325f2
btw, Is there a way to make the fastapi exception_handler support websocket connection? It seems that when the websocket route is processing Depends, if an exception occurs in the Depends func, the exception will be handed over to the default ServerErrorMiddleware app = FastAPI() @app.exceptio...