Bound indexed retrieval operations
This commit is contained in:
parent
ad4f52b239
commit
c69cd16515
6 changed files with 208 additions and 46 deletions
|
|
@ -131,9 +131,15 @@ class DocForgeMcpTests(unittest.IsolatedAsyncioTestCase):
|
|||
("docforge_get_logic", {"owner_node_id": "guide.workflow"}),
|
||||
("docforge_search", {"query": "canonical nodes", "limit": 5}),
|
||||
("docforge_filter_nodes", {"family": "proof", "tag": "validation"}),
|
||||
("docforge_backlinks", {"node_id": "guide.workflow"}),
|
||||
("docforge_dependencies", {"node_id": "guide.workflow", "depth": 2}),
|
||||
("docforge_impact", {"node_id": "guide.foundation", "depth": 2}),
|
||||
("docforge_backlinks", {"node_id": "guide.workflow", "limit": 5}),
|
||||
(
|
||||
"docforge_dependencies",
|
||||
{"node_id": "guide.workflow", "depth": 2, "limit": 5},
|
||||
),
|
||||
(
|
||||
"docforge_impact",
|
||||
{"node_id": "guide.foundation", "depth": 2, "limit": 5},
|
||||
),
|
||||
("docforge_get_context", {"profile": "active", "budget": 180}),
|
||||
("docforge_validate_project", {}),
|
||||
("docforge_render_status", {}),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue