@@ -4,17 +4,18 @@ Technical reference for what `codebase-context` ships today. For the user-facing
44
55## Tool Surface
66
7- 10 MCP tools + 1 optional resource (` codebase://context ` ).
7+ 11 MCP tools + 1 optional resource (` codebase://context ` ).
88
99### Core Tools
1010
11- | Tool | Input | Output |
12- | --------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13- | ` search_codebase ` | ` query ` , optional ` intent ` , ` limit ` , ` filters ` , ` includeSnippets ` | Ranked results (` file ` , ` summary ` , ` score ` , ` type ` , ` trend ` , ` patternWarning ` ) + ` searchQuality ` (with ` hint ` when low confidence) + ` preflight ` ({ready, reason}). Snippets opt-in. |
14- | ` get_team_patterns ` | optional ` category ` | Pattern frequencies, trends, golden files, conflicts |
15- | ` get_component_usage ` | ` name ` (import source) | Files importing the given package/module |
16- | ` remember ` | ` type ` , ` category ` , ` memory ` , ` reason ` | Persists to ` .codebase-context/memory.json ` |
17- | ` get_memory ` | optional ` category ` , ` type ` , ` query ` , ` limit ` | Memories with confidence decay scoring |
11+ | Tool | Input | Output |
12+ | ----------------------- | ----------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
13+ | ` search_codebase ` | ` query ` , optional ` intent ` , ` limit ` , ` filters ` , ` includeSnippets ` | Ranked results (` file ` , ` summary ` , ` score ` , ` type ` , ` trend ` , ` patternWarning ` ) + ` searchQuality ` (with ` hint ` when low confidence) + ` preflight ` ({ready, reason}). Snippets opt-in. |
14+ | ` get_team_patterns ` | optional ` category ` | Pattern frequencies, trends, golden files, conflicts |
15+ | ` get_symbol_references ` | ` symbol ` , optional ` limit ` | Concrete symbol usage evidence: total ` usageCount ` + top usage snippets |
16+ | ` get_component_usage ` | ` name ` (import source) | Files importing the given package/module |
17+ | ` remember ` | ` type ` , ` category ` , ` memory ` , ` reason ` | Persists to ` .codebase-context/memory.json ` |
18+ | ` get_memory ` | optional ` category ` , ` type ` , ` query ` , ` limit ` | Memories with confidence decay scoring |
1819
1920### Utility Tools
2021
0 commit comments