> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lagerdata.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Version 0.33.1

> July 29, 2026

## <u>Bug Fixes</u>

* 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/mcp` saw connection timeouts with
  no other symptom. The box image and the CLI's optional `mcp` extra now cap
  the dependency below 2.0. Boxes pick the fix up on the next
  `lager update --box <name>`.

## <u>Installation</u>

To install this version:

```bash theme={null}
pip install lager-cli==0.33.1
```

To upgrade from a previous version:

```bash theme={null}
pip install --upgrade lager-cli
```

## Resources

[View Release on PyPI](https://pypi.org/project/lager-cli/0.33.1/)
