@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.
13 lines • 380 B
TypeScript
/**
* Get Bundle Config Tool
* Retrieve bundle configuration adapted for specific client
*/
import { MCPTool, ToolResult } from '../types.js';
/**
* Get bundle config arguments
*/
export interface GetBundleConfigArgs {
bundle_id: string;
}
export declare const getBundleConfigTool: MCPTool<GetBundleConfigArgs, ToolResult>;
//# sourceMappingURL=get-bundle-config.d.ts.map