Skip to content

Commit 115be85

Browse files
fix: enable --memory and --session flags in Render start command (#39)
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 <no-reply@ona.com>
1 parent e2fa804 commit 115be85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

render.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ services:
88
region: oregon
99
plan: free
1010
buildCommand: go build -o distill .
11-
startCommand: ./distill api --port $PORT
11+
startCommand: ./distill api --port $PORT --memory --session
1212
envVars:
1313
- key: OPENAI_API_KEY
1414
sync: false # Set manually in dashboard

0 commit comments

Comments
 (0)