UNPKG

webrtc-mcp-chat

Version:

A remote WebRTC chat server with secure temporary rooms and MCP support for background agents

25 lines 356 B
{ "version": 2, "name": "webrtc-mcp-chat", "builds": [ { "src": "server.js", "use": "@vercel/node" } ], "routes": [ { "src": "/(.*)", "dest": "/server.js" } ], "env": { "NODE_ENV": "production", "REMOTE_MODE": "true" }, "functions": { "server.js": { "maxDuration": 30 } } }