> ## 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.3.27

> February 19, 2026

## <u>Features</u>

### `lager-mcp` Entry Point for MCP Server

Added a `lager-mcp` console script entry point for easier MCP server setup with AI assistants:

* Install with `pip install "lager-cli[mcp]"` and run with `lager-mcp`
* Eliminates Python PATH resolution issues when configuring MCP clients
* Setup is now a single command via your MCP client's standard configuration

## <u>Installation</u>

To install this version:

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

To upgrade from a previous version:

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

To install with MCP support:

```bash theme={null}
pip install "lager-cli[mcp]"
```

## Resources

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