mcp-ai-agent-guidelines
Version:
A comprehensive Model Context Protocol server providing advanced tools, resources, and prompts for implementing AI agent best practices
13 lines • 731 B
JavaScript
/**
* Shared constants used across prompt builders and utilities
*/
/**
* Legal disclaimer for external references and resources.
* This text is displayed in "Further Reading" sections to clarify that
* references are provided for informational purposes only, without
* endorsement or affiliation claims.
*
* Kept in sync with DISCLAIMER.md - see that file for full legal context.
*/
export const REFERENCE_DISCLAIMER = "*The following resources are provided for informational and educational purposes only. Their inclusion does not imply endorsement, affiliation, or guarantee of accuracy. Information may change over time; please verify current information with official sources.*";
//# sourceMappingURL=constants.js.map