Richard O
Richard O
Ran into the same issue. Might be worth flagging this in the docs somewhere until its fixed
Did you manage to resolve this issue?
Managed to get it to work using puppetlabs/apt 1.8.0
Can confirm this is still an issue
Anyone had any luck getting this to work?
Also running into the same issue when using `FastMCP.from_fastapi`
Working example in case anyone else comes across the same issue: ``` # Create SSE transport outside lifespan sse_transport = SseServerTransport("/mcp/messages/") @asynccontextmanager async def lifespan(app: FastAPI): app.state.mcp = FastMCP.from_fastapi(app=app) #...
Also running into this issue
Did you get anywhere with this @thesmartwon?