UNPKG

@l4t/mcp-ai

Version:

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

6 lines (5 loc) 166 B
import { SimpleServerCliConfig } from '../types.js'; declare const create: (config: SimpleServerCliConfig) => { start: () => Promise<void>; }; export { create };