Fixed broken test

This commit is contained in:
Fahad
2025-08-08 09:54:23 +05:00
parent d24987c103
commit 2bbb858d93
3 changed files with 29 additions and 9 deletions

View File

@@ -24,8 +24,12 @@ EXAMPLE:
# Step 2: Continue with codereview tool - memory is preserved!
result2, _ = self.call_mcp_tool_direct("codereview", {
"files": ["/path/to/file.py"],
"prompt": "Focus on security issues",
"step": "Focus on security issues in this code",
"step_number": 1,
"total_steps": 1,
"next_step_required": False,
"findings": "Starting security-focused code review",
"relevant_files": ["/path/to/file.py"],
"continuation_id": continuation_id
})
"""