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 • 353 B
TypeScript
export { type ExportFormat, ExportFormatEnum, type OutputOptions, OutputOptionsSchema, } from "./export-format.types.js";
export { type Provider, ProviderEnum, type Style, StyleEnum, type Technique, TechniqueEnum, } from "./prompt-sections.types.js";
export type { FrontmatterOptions } from "./prompt-utils.types.js";
//# sourceMappingURL=index.d.ts.map