We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Pritrj/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
task_status.md•690 B
# MCP Server Repository Status
## Repository Details
- URL: https://github.com/Pritrj/mcp-server.git
- Last commit: 25ae1cc (railway.toml update)
- Status: Clean, production-ready
## Current Task
- Fix Railway deployment database connection error (IPv6 issue)
- Implement Option 1: Use Supabase Transaction Pooler URL
## Progress
- ✅ Added graceful error handling in src/main.py lifespan function
- ✅ Database connection now won't crash app if it fails
- ✅ Pushed changes to GitHub (commit: 4d8d81b)
- 🔄 Need to update DATABASE_URL in Railway to use pooler
## Result
Code updated with graceful error handling. User needs to update DATABASE_URL in Railway environment variables.