From f32cda9bf64e8588d73074a876acc70cf962f4fe Mon Sep 17 00:00:00 2001 From: Siddhant Khare Date: Tue, 24 Feb 2026 18:22:09 +0000 Subject: [PATCH] fix: enable --memory and --session flags in Render start command The hosted API was only running 'distill api' without memory/session endpoints. This caused the MCP server to get the info page instead of actual tool responses. Co-authored-by: Ona --- render.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/render.yaml b/render.yaml index 89a310e..a8193e8 100644 --- a/render.yaml +++ b/render.yaml @@ -8,7 +8,7 @@ services: region: oregon plan: free buildCommand: go build -o distill . - startCommand: ./distill api --port $PORT + startCommand: ./distill api --port $PORT --memory --session envVars: - key: OPENAI_API_KEY sync: false # Set manually in dashboard