mcp_config_analysis_execution.json•713 B
{
"server": {
"url": "/api"
},
"authentication": [
{
"schema_parameters": {
"scheme": "bearer"
},
"type": "http",
"value": "BEARER_TOKEN"
}
],
"operations": [
{
"description": "Rerun data transforms and web optimization.",
"name": "rerun_transform"
},
{
"description": "Run analysis",
"name": "run_analysis"
},
{
"description": "Gets live logs from main execution task",
"name": "get_execution_logs"
},
{
"description": "Terminates all analysis jobs related to this execution",
"name": "stop_analysis"
},
{
"description": "Gets the tasks submitted by the workflow execution",
"name": "get_tasks_for_execution"
}
]
}