Skip to content

Commit 0bca36f

Browse files
JordanCoinclaude
andcommitted
docs: update MCP.md with all 17 tools
Was documenting 9 tools, actually has 17. Added: get_hubs, get_file_context, start_watch, stop_watch, get_activity, list_skills, get_skill. Organized into sections. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b228162 commit 0bca36f

1 file changed

Lines changed: 31 additions & 4 deletions

File tree

docs/MCP.md

Lines changed: 31 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,28 +45,55 @@ Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:
4545
}
4646
```
4747

48-
## Available Tools
48+
## Available Tools (17)
49+
50+
### Project Analysis
4951

5052
| Tool | Description |
5153
|------|-------------|
52-
| `status` | Verify MCP connection and local filesystem access |
53-
| `list_projects` | Discover projects in a parent directory (with optional filter) |
5454
| `get_structure` | Project tree view with file sizes and language detection |
5555
| `get_dependencies` | Dependency flow with imports, functions, and hub files |
5656
| `get_diff` | Changed files with line counts and impact analysis |
5757
| `find_file` | Find files by name pattern |
5858
| `get_importers` | Find all files that import a specific file |
59-
| `get_handoff` | Build/read layered handoff artifact (`prefix` + `delta`) with lazy file detail loading |
59+
| `get_hubs` | List all hub files (3+ importers) with dependent counts |
60+
| `get_file_context` | Complete dependency context for one file (imports, importers, hub status, connected files) |
61+
62+
### Watch Daemon
63+
64+
| Tool | Description |
65+
|------|-------------|
66+
| `start_watch` | Begin file watching for a project |
67+
| `stop_watch` | Stop file watcher |
68+
| `get_activity` | Recent coding activity (hot files, edits, timeline) |
6069
| `get_working_set` | Current session's working set: files being edited, ranked by activity, with hub status |
6170

71+
### Skills
72+
73+
| Tool | Description |
74+
|------|-------------|
75+
| `list_skills` | List available skills with names, descriptions, keywords (metadata only) |
76+
| `get_skill` | Load full instructions for a specific skill by name |
77+
78+
### Handoff & Meta
79+
80+
| Tool | Description |
81+
|------|-------------|
82+
| `get_handoff` | Build/read layered handoff artifact (`prefix` + `delta`) with lazy file detail loading |
83+
| `status` | Verify MCP connection and local filesystem access |
84+
| `list_projects` | Discover projects in a parent directory (with optional filter) |
85+
6286
## Usage
6387

6488
Once configured, Claude can use these tools automatically. Try asking:
6589

6690
- "What's the structure of this project?"
6791
- "Show me the dependency flow"
6892
- "What files import utils.go?"
93+
- "Is scanner/types.go a hub file?"
6994
- "What changed since the last commit?"
95+
- "What have I been editing this session?"
96+
- "What skills are available for refactoring?"
7097
- "Build a handoff summary I can continue in another agent"
7198

7299
## Handoff Tool Notes

0 commit comments

Comments
 (0)