You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`supabase/migrations/` - SQL migrations for RLS and Postgres features
34
35
-`terraform/` - GCP Cloud Run infrastructure
35
36
-`docs/` - Next.js documentation site
@@ -38,7 +39,7 @@ Local development uses docker compose with a local Supabase instance. Copy `.env
38
39
39
40
SQLModel defines all database schemas. Use Pydantic BaseModel for request/response schemas and BaseSettings for configuration. All API endpoints should be async functions.
40
41
41
-
The background worker processes simulations asynchronously. Clients poll simulation status until complete.
42
+
Modal.com serverless functions handle compute-intensive simulations with sub-1s cold starts. Clients poll simulation status until complete.
42
43
43
44
MCP server exposes all endpoints as Claude tools via streamable HTTP transport.
0 commit comments