UNPKG

mcp-ai-agent-guidelines

Version:

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

4 lines 252 B
// Shared module type definitions - Barrel export export { ExportFormatEnum, OutputOptionsSchema, } from "./export-format.types.js"; export { ProviderEnum, StyleEnum, TechniqueEnum, } from "./prompt-sections.types.js"; //# sourceMappingURL=index.js.map