Features
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 withlager-mcp - Eliminates Python PATH resolution issues when configuring Claude Code, Cursor, or other AI tools
- Setup is now a single command:
claude mcp add --transport stdio lager -- lager-mcp

