Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,15 @@ CI=true ./dist/circleci --help # verify CI mode
To wire up the CLI as an MCP server:

```sh
# Once — build, install, and register with Claude Desktop
# Once — build and install the binary
task dev-install
circleci mcp claude enable

# Per project — import from Claude Desktop into Claude Code
# Option A: register with Claude Desktop, then import per-project
circleci mcp claude enable
claude mcp add-from-claude-desktop

# Option B: add globally to Claude Code (available in all sessions)
claude mcp add -s user circleci -- ~/.local/bin/circleci mcp start
```

`task test` runs unit tests (cached) then acceptance tests with `-count=1` (never cached).
Expand Down