Real-time Server Monitoring
What's New
Developers can now monitor their MCP servers in real-time with live log streaming. This makes debugging and monitoring much easier during development and production.
Features
- Live log streaming: View
console.logoutput from tenant workers in real-time - WebSocket-based: Low-latency updates using Durable Objects
- Per-server isolation: Each server has its own log stream
- Dashboard integration: Access logs directly from the server detail page
How It Works
The tail worker captures console output from all tenant workers and broadcasts it to connected dashboard clients via WebSocket. Logs are ephemeral - they're only visible while you're watching.
Perfect for debugging during development or monitoring production issues.