Skip to content

fix: enable memory and session endpoints on Render deployment#39

Merged
Siddhant-K-code merged 1 commit intomainfrom
fix/render-enable-memory-session
Feb 24, 2026
Merged

fix: enable memory and session endpoints on Render deployment#39
Siddhant-K-code merged 1 commit intomainfrom
fix/render-enable-memory-session

Conversation

@Siddhant-K-code
Copy link
Owner

The Render start command was ./distill api --port $PORT — missing --memory and --session flags. This meant the hosted API at distill-api-4u92.onrender.com didn't register /v1/memory/* or /v1/session/* endpoints, causing the MCP server to get the info page instead of tool responses.

Change: ./distill api --port $PORT./distill api --port $PORT --memory --session

After merging, Render will auto-deploy and the hosted MCP server at distill-mcp.netlify.app will work end-to-end.

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>
@Siddhant-K-code Siddhant-K-code merged commit 115be85 into main Feb 24, 2026
2 checks passed
@Siddhant-K-code Siddhant-K-code deleted the fix/render-enable-memory-session branch February 24, 2026 18:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant