Skip to content

v0.1.1 — dependency bound fix

Choose a tag to compare

@onurcelep onurcelep released this 04 Aug 17:06
· 13 commits to main since this release

Fixes installation of fresh environments: the MCP Python SDK's 2.0.0 release removed mcp.server.fastmcp, and 0.1.0's unbounded mcp>=1.2 let new installs resolve it, crashing on startup. Dependencies are now bounded (mcp>=1.2,<2, grpcio>=1.60,<2), and labgrid_mcp.__version__ is derived from package metadata.

Use this version — 0.1.0 is not installable in fresh environments.

uvx labgrid-mcp demo