Repository Guidelines
The MCP server starts in `src/index.ts`, which wires prompts, utils, and every service registrar. Keep feature logic inside `src/services/<service>/` and export it through the folder’s `index.ts`. Prompts live in `src/prompts/`, shared auth/logging helpers in `src/utils/`, references in `docs/`, and