This commit is contained in:
@@ -131,7 +131,7 @@ def search_docs(params: Mapping[str, str]) -> tuple[str, str, list[str]]:
|
||||
|
||||
def list_tasks(_: Mapping[str, str]) -> tuple[str, str, list[str]]:
|
||||
"""Return MCP task list contents."""
|
||||
tasks_file = RepoPath / "specs" / "001-mcp-server" / "tasks.md"
|
||||
tasks_file = RepoPath / "specs" / "002-mcp-server" / "tasks.md"
|
||||
return ("ok", _read_text(tasks_file) or "Tasks not found.", [])
|
||||
|
||||
|
||||
@@ -177,7 +177,7 @@ def tool_catalog() -> tuple[Tool, ...]:
|
||||
summary="Search across docs for maintenance topics",
|
||||
)
|
||||
anchor_tasks = DocsAnchor(
|
||||
path=RepoPath / "specs" / "001-mcp-server" / "tasks.md",
|
||||
path=RepoPath / "specs" / "002-mcp-server" / "tasks.md",
|
||||
anchor="tasks-mcp-server-for-repo-maintenance",
|
||||
summary="Implementation tasks for MCP feature",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user