Skip to content

Commit 759ca3d

Browse files
cauchyturingclaude
andcommitted
fix: update integration test tool count to 13 (includes generate_report)
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent d075b58 commit 759ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_mcp_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ def test_tool_count(self):
4848
from causal_copilot.mcp.server import mcp
4949

5050
tools = asyncio.run(mcp.list_tools())
51-
assert len(tools) == 12
51+
assert len(tools) == 13
5252

5353
def test_mcp_cli_entry(self):
5454
from causal_copilot.cli import main

0 commit comments

Comments
 (0)