Skip to content
Merged
Show file tree
Hide file tree
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
16 changes: 12 additions & 4 deletions docs/cli-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,15 @@ apm deps update
apm deps update compliance-rules
```

### `apm mcp list` - 📋 List MCP servers
### `apm mcp` - 🔌 Browse MCP server registry

Browse and discover MCP servers from the GitHub MCP Registry.

```bash
apm mcp COMMAND [OPTIONS]
```

#### `apm mcp list` - 📋 List MCP servers

List all available MCP servers from the registry.

Expand All @@ -513,7 +521,7 @@ apm mcp list
apm mcp list --limit 20
```

### `apm mcp search` - 🔍 Search MCP servers
#### `apm mcp search` - 🔍 Search MCP servers

Search for MCP servers in the GitHub MCP Registry.

Expand All @@ -539,7 +547,7 @@ apm mcp search database --limit 5
apm mcp search github
```

### `apm mcp show` - 📋 Show MCP server details
#### `apm mcp show` - 📋 Show MCP server details

Show detailed information about a specific MCP server from the registry.

Expand Down Expand Up @@ -971,7 +979,7 @@ apm runtime status
```

**Output includes:**
- Runtime preference order (codex → llm)
- Runtime preference order (copilot → codex → llm)
- Currently active runtime
- Next steps if no runtime is available

Expand Down
Loading