Skip to content

Lambë 0.1.1

Choose a tag to compare

@hakimjonas hakimjonas released this 13 Apr 20:22
· 20 commits to main since this release

Patch release adding MCP server configuration and documentation improvements.

Changes

  • Add .mcp.json for 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/lam

From pub.dev:

dart pub global activate lambe

MCP 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.