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 • 342 B
JavaScript
/**
* Test utilities for MCP AI Agent Guidelines.
*
* This module exports test-only helpers that are not part of the public API.
* These utilities are specifically designed for internal testing purposes.
*
* @module test-utils
* @internal
*/
export { __setMermaidModuleProvider } from "./mermaid.js";
//# sourceMappingURL=index.js.map