Registers all prompt templates on the MCP server.
Iterates PROMPT_DEFINITIONS and calls server.registerPrompt() for each.
The SDK handles argument validation via the Zod schemas defined in each prompt.
The MCP server instance
Logger for registration events
The list of registered prompt names
MCP exports - MCP server implementation Split from index.ts for file size compliance (Issue #285) Updated Issue #538: Added missing tool registration exports