@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 • 411 B
TypeScript
/**
* Read Client Config Tool
* Read the current MCP configuration from a specific client using the toolflow CLI
*/
import { MCPTool, ToolResult } from './types.js';
/**
* Read client config arguments
*/
export interface ReadClientConfigArgs {
config_path?: string;
}
export declare const readClientConfigTool: MCPTool<ReadClientConfigArgs, ToolResult>;
//# sourceMappingURL=read-client-config.d.ts.map