read_compilation_result
Retrieve compilation job results, including state, logs, and errors, by specifying project ID and compile ID. Essential for verifying successful code compilation in QuantConnect MCP Server.
Instructions
Read the result of a compilation job in QuantConnect.
Args: project_id: The ID of the project that was compiled. compile_id: The compile ID returned from compile_project.
Returns: A dictionary containing the compilation result with state, logs, and errors.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
compile_id | Yes | ||
project_id | Yes |