Major modules & flow:
createMcpServer.Key files:
| File | Purpose |
| —- | ——- |
| src/tools/mcpServer.ts | Server construction, SSRF checks, wiring |
| src/tools/generation.ts | Endpoint handler logic |
| src/tools/authTools.ts | Credential management tools |
| src/tools/oauthFlows.ts | OAuth flow implementations |
| src/tools/streaming.ts | Streaming & SSE parsing |
| src/tools/metrics.ts | Metric recording / snapshot |
| src/openapi/parser.ts | Spec parsing & security extraction |
Next: Changelog.