webrtc-mcp-chat
Version:
A remote WebRTC chat server with secure temporary rooms and MCP support for background agents
19 lines • 357 B
JSON
{
"build": {
"builder": "NIXPACKS"
},
"deploy": {
"startCommand": "npm run start:remote",
"healthcheckPath": "/health",
"healthcheckTimeout": 300,
"restartPolicyType": "ON_FAILURE"
},
"environments": {
"production": {
"variables": {
"NODE_ENV": "production",
"REMOTE_MODE": "true"
}
}
}
}