mcp-ai-agent-guidelines
Version:
A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices
11 lines • 458 B
JavaScript
/**
* Cross-Cutting Capability Types
*
* Defines interfaces for capability handlers that can be added to any output approach.
* Handlers generate supplementary artifacts like diagrams, workflows, scripts, etc.
*
* @module strategies/cross-cutting/types
* @see {@link https://github.com/Anselmoo/mcp-ai-agent-guidelines/blob/development/plan-v0.13.x/specs/SPEC-001-output-strategy-layer.md SPEC-001 §5}
*/
export {};
//# sourceMappingURL=types.js.map