📄️ Overview
You can expose a worker's capabilities to Model Context Protocol
📄️ Tools
An MCP tool is a class decorated with @McpTool that implements McpToolHandler.
📄️ Resources
A resource is a read-only endpoint a client can read. Declare it with
Expose a pluggable worker's capabilities to MCP clients (Claude, ChatGPT) as tools and resources — reusing the same execution engine, sub-task orchestration, and credit accumulation as the REST and Kafka ingresses.
You can expose a worker's capabilities to Model Context Protocol
An MCP tool is a class decorated with @McpTool that implements McpToolHandler.
A resource is a read-only endpoint a client can read. Declare it with