"""
Prompts Module
Contains all MCP prompts and the prompt registration system.
Prompts provide templates and instructions that can be used by MCP clients.
"""
from .registry import register_all_prompts, PromptRegistry
__all__ = ["register_all_prompts", "PromptRegistry"]