mcp-ai-agent-guidelines
Version:
A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices
12 lines • 454 B
JavaScript
/**
* Spec-Kit Types
*
* Unified TypeScript interfaces for Spec-Kit artifacts and the
* CONSTITUTION.md parser. This file merges definitions added in both
* branches so the codebase retains both sets of improvements.
*
* @module strategies/speckit/types
* @see {@link https://github.com/Anselmoo/mcp-ai-agent-guidelines/blob/development/plan-v0.13.x/specs/SPEC-005-speckit-integration.md SPEC-005}
*/
export {};
//# sourceMappingURL=types.js.map