Skip to content

Commit dffc0b9

Browse files
lfnothiasclaude
andcommitted
test(mcp): add smoke-test args for ensure_kb + ground_paper
PR #28 added the ensure_kb and ground_paper MCP tools but did not add their required-argument fixtures to _TOOL_ARGS, so test_tool_inventory invoked them with no args and raised TypeError, failing CI. Add the missing entries using the existing fake-DOI convention. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
1 parent fcbfe7e commit dffc0b9

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

tests/integration/test_mcp_smoke.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,13 @@ def mock_state():
299299
"query": "CRISPR off-target effects",
300300
},
301301
"get_usage_guide": {},
302+
"ensure_kb": {
303+
"doi": "10.1234/fake-smoke-doi",
304+
},
305+
"ground_paper": {
306+
"doi": "10.1234/fake-smoke-doi",
307+
"question": "What is the reported yield?",
308+
},
302309
}
303310

304311
# ---------------------------------------------------------------------------

0 commit comments

Comments
 (0)