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
Missing Runtime Dependency:python-dotenv is now declared as a required dependency. The server imports it directly, but uvx's isolated environment doesn't install it automatically, causing a ModuleNotFoundError on startup (#95).
MCP 2.x Incompatibility: Constrained the mcp dependency to <2 since MCP 2.0 introduced breaking API changes this server has not been migrated to support, and the previous unbounded >=1.2.0 allowed uvx to resolve an incompatible version (#95).