Bug Fixes
- The Lager Box’s MCP server no longer fails to start after version 2.0.0 of
the MCP SDK was published. The box image requested that dependency without
an upper bound, so any image built after the 2.0.0 release picked it up —
and 2.0 moved the transport settings the server configures at startup, so
the service raised immediately and nothing listened on port 8100. AI agents
configured against
http://<box-ip>:8100/mcpsaw connection timeouts with no other symptom. The box image and the CLI’s optionalmcpextra now cap the dependency below 2.0. Boxes pick the fix up on the nextlager update --box <name>.

