UNPKG

@l4t/mcp-ai

Version:

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

6 lines 209 B
import * as features from './features.js'; const createIntegrator = features.create; export const name = 'integrator'; export { createIntegrator }; export * from './types.js'; //# sourceMappingURL=index.js.map