Skip to content

Commit a1155de

Browse files
committed
Add debugMode to get_run_details
1 parent 717de18 commit a1155de

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/mcp-tools.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,11 @@ Get the details of a specific task run.
266266
The ID of the run to get the details of, starts with `run_`
267267
</ParamField>
268268

269+
<ParamField query="debugMode" type="boolean" optional>
270+
If true, the run trace will be returned in the response which can be helpful for debugging.
271+
Defaults to false.
272+
</ParamField>
273+
269274
### list_runs
270275

271276
List all runs for a project with comprehensive filtering options.

0 commit comments

Comments
 (0)