UNPKG

@mondaydotcomorg/atp-client

Version:
8 lines 355 B
import type { AgentToolProtocolClient } from './client.js'; import { type Tool } from './tools/index.js'; /** * Creates MCP-compliant tool definitions with execution handlers * These tools work with any LLM/agent framework */ export declare function createToolsFromATPClient(client: AgentToolProtocolClient): Tool[]; //# sourceMappingURL=tools.d.ts.map