This template implements a complete MCP server following the Model Context Protocol specification. It supports both STDIO (for MCP Inspector and local development) and HTTP transport modes, making it ...
Vocab/ ├── config/ # Configuration │ ├── apiKeys.js # Gemini API config │ └── whitelist.json # 10 access codes ├── controllers/ # Route handlers ├── middleware/ # Express middleware (CORS, errors) ├── ...