UNPKG

mcp-config

Version:

CLI client to edit MCP server configurations

7 lines (6 loc) 255 B
import { MCPClientConfig } from '../types/types.js'; /** * Returns all MCP clients that are available for the current platform * with resolved paths that are guaranteed to be non-null */ export declare function getPlatformClients(): MCPClientConfig[];