Architecture | Project Structure | Startup Process | Server Features | Extension Points | How It Works
tools/ with your registerXTool(server) function that registers the tool via server.registerTool(...).tools/index.ts inside registerTools(server).prompts/ with your registerXPrompt(server) function that registers the prompt via server.registerPrompt(...).prompts/index.ts inside registerPrompts(server).resources/ with your registerXResources(server) function using server.registerResource(...) (optionally with ResourceTemplate).resources/index.ts inside registerResources(server).