You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
uvicorn is an optional dependency only used in one function but is imported at the global scope meaning mcp imports will fail if uvicorn is not available.
This commit moves uvicorn import to usage in run_sse_async.
It would be ideal to mark uvicorn as a default-on optional dependency but that isn't supported yet by pyproject.toml.
0 commit comments