UNPKG

@grebyn/toolflow-mcp-server

Version:

MCP server for managing other MCP servers - discover, install, organize into bundles, and automate with workflows. Uses StreamableHTTP transport with dual OAuth/API key authentication.

4 lines 226 B
import { MCPTool, ToolResult } from '../types.js'; import { CreateWorkflowArgs } from './types.js'; export declare const createWorkflowTool: MCPTool<CreateWorkflowArgs, ToolResult>; //# sourceMappingURL=createWorkflow.d.ts.map