sync-docs
This commit is contained in:
@@ -168,17 +168,17 @@ def tool_catalog() -> tuple[Tool, ...]:
|
||||
)
|
||||
anchor_reference = DocsAnchor(
|
||||
path=DocsPath / "reference" / "index.md",
|
||||
anchor="reference-index",
|
||||
anchor="reference-map",
|
||||
summary="Navigation map for repository docs",
|
||||
)
|
||||
anchor_search = DocsAnchor(
|
||||
path=DocsPath,
|
||||
anchor="docs-search",
|
||||
path=DocsPath / "reference" / "mcp-server.md",
|
||||
anchor="search-docs",
|
||||
summary="Search across docs for maintenance topics",
|
||||
)
|
||||
anchor_tasks = DocsAnchor(
|
||||
path=RepoPath / "specs" / "001-mcp-server" / "tasks.md",
|
||||
anchor="tasks",
|
||||
anchor="tasks-mcp-server-for-repo-maintenance",
|
||||
summary="Implementation tasks for MCP feature",
|
||||
)
|
||||
anchor_sync = DocsAnchor(
|
||||
|
||||
Reference in New Issue
Block a user