4 lines
230 B
TypeScript
4 lines
230 B
TypeScript
import type { McpServerConfig } from "../claude-code-mcp-loader/types";
|
|
import type { LoadedPlugin } from "./types";
|
|
export declare function loadPluginMcpServers(plugins: LoadedPlugin[]): Promise<Record<string, McpServerConfig>>;
|