Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 652 Bytes

File metadata and controls

20 lines (15 loc) · 652 Bytes

Architecture overview

This folder documents the important runtime architecture for epicflare.

Core docs

Source of truth in code

  • Worker entrypoint: worker/index.ts
  • Server request handler: server/handler.ts
  • Router and HTTP route mapping: server/router.ts and server/routes.ts
  • OAuth handlers: worker/oauth-handlers.ts
  • MCP auth checks: worker/mcp-auth.ts