UNPKG

@redhat-cloud-services/hcc-pf-mcp

Version:
6 lines 228 B
import { CallToolResult } from "@modelcontextprotocol/sdk/types.js"; export type McpTool = [string, { description: string; inputSchema: any; }, (args: any) => Promise<CallToolResult>]; //# sourceMappingURL=types.d.ts.map