UNPKG

@l4t/mcp-ai

Version:

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

9 lines (8 loc) 260 B
import { ExpressOptions } from '../../common/types.js'; import { SimpleServerConfig } from '../types.js'; declare const create: (config: SimpleServerConfig, options?: { express: ExpressOptions; }) => { start: () => Promise<void>; }; export { create };