Lambë 0.1.1
Patch release adding MCP server configuration and documentation improvements.
Changes
- Add
.mcp.jsonfor one-click MCP server setup in Claude Code, VS Code, and other MCP clients - Document MCP server installation and configuration in README
Install
Pre-built binary (no Dart required):
Download lam-linux-x64, lam-macos-x64, or lam-windows-x64.exe from the assets below.
chmod +x lam-linux-x64
sudo mv lam-linux-x64 /usr/local/bin/lamFrom pub.dev:
dart pub global activate lambeMCP server setup
Copy .mcp.json to your project root, or add to your editor's MCP config:
{
"mcpServers": {
"lambe": {
"command": "lam-mcp",
"args": []
}
}
}See v0.1.0 release notes for full feature overview.