UNPKG

mcp-ai-agent-guidelines

Version:

A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices

10 lines 239 B
/** * Gateway Layer - Barrel Export * * Exports the PolyglotGateway orchestrator and related types. * * @module gateway */ export * from "./output-selector.js"; export * from "./polyglot-gateway.js"; //# sourceMappingURL=index.js.map