@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.
14 lines • 426 B
TypeScript
/**
* Write Client Config Tool
* Write an updated MCP configuration to a client using the toolflow CLI
*/
import { MCPTool, ToolResult } from './types.js';
/**
* Write client config arguments
*/
export interface WriteClientConfigArgs {
config: object;
config_path?: string;
}
export declare const writeClientConfigTool: MCPTool<WriteClientConfigArgs, ToolResult>;
//# sourceMappingURL=write-client-config.d.ts.map