UNPKG

@l4t/mcp-ai

Version:

A set of tools for making integration and aggregation of MCP servers extremely easy.

7 lines (6 loc) 209 B
import { McpAggregatorCliConfig } from '../../common/types.js'; declare const create: (config: McpAggregatorCliConfig) => { start: () => Promise<void>; stop: () => Promise<void>; }; export { create };