v1

latestOpenAPI 3.1.0MIT2026-07-1791318.6 KB
MCP

MCP Protocol endpoint

Model Context Protocol (MCP) endpoint for tool discovery and invocation.

This endpoint implements the MCP specification for:

  • Tool listing (tools/list)
  • Tool invocation (tools/call)
  • Session management

Agents and workflows are exposed as MCP tools with names like:

  • agent_coder - Execute the coder agent
  • workflow_code_review - Run the code-review workflow
  • get_workflow_run_status - Check workflow status
post/mcp

Request body

jsonrpc'2.0' required
methodstring required

MCP method name

paramsobject

Response

MCP response

jsonrpc'2.0'
resultobject