Skip to content

Commit b9072ae

Browse files
committed
Fix SPEC.md tool count 57→58, add get_context tool
1 parent 8771560 commit b9072ae

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

SPEC.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and a **skill graph** for reusable recipes/procedures with steps, triggers, and
1212
Supports **multi-project** operation via YAML config — one process manages multiple projects
1313
with independent graphs, indexers, and watchers.
1414

15-
LLM clients can discover, browse, and search the indexed content through **57 MCP tools**.
15+
LLM clients can discover, browse, and search the indexed content through **58 MCP tools**.
1616
A **REST API** and **web UI** provide browser-based access to all graphs.
1717

1818
---
@@ -458,7 +458,7 @@ Knowledge, task, and skill search additionally skip proxy nodes (they have empty
458458

459459
---
460460

461-
## MCP tools (57)
461+
## MCP tools (58)
462462

463463
### Docs tools (10, registered only when `docsPattern` is non-empty)
464464

@@ -537,6 +537,13 @@ Semantic file-level search over code (by file path).
537537
- **Input**: `query` (required) + optional `topK`, `minScore`
538538
- **Returns**: `Array<{ fileId, score }>`
539539

540+
### Context tools (1, always registered)
541+
542+
#### `get_context`
543+
Returns current project and workspace context.
544+
- **Input**: none
545+
- **Returns**: `{ projectId, workspaceId?, workspaceProjects?, availableGraphs }`
546+
540547
### File index tools (3, always registered)
541548

542549
#### `list_all_files`

0 commit comments

Comments
 (0)