Skip to main content

Module crew_handler

Module crew_handler 

Source
Expand description

Crew-as-MCP-Tool

Exposes cortex crew workflows as MCP tools, allowing external MCP clients to invoke entire multi-agent crew executions as a single tool call.

Structs§

CrewMcpConfig
Configuration for a crew MCP handler
CrewMcpHandler
MCP ToolHandler that wraps a crew workflow
CrewMcpHandlerBuilder
Builder for CrewMcpHandler
CrewMcpInput
Input schema for crew MCP tools
CrewMcpOutput
Output structure for crew responses
TaskResult
Per-task outcome within a crew execution

Type Aliases§

CrewHandlerFn
Handler type for crew execution