Skip to content

v0.4.3

Choose a tag to compare

@designcomputer designcomputer released this 30 Jul 11:22

Fixed

  • 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).