{"name":"production-request-debugger","version":"1.1.0","description":"Capture production HTTP requests, replay them with optional modifications, and analyze for bugs, perf issues, and security concerns.","note":"Storage is in-memory per worker isolate. Captures persist as long as the isolate is warm (~30s idle). For cross-request workflows, capture and replay within the same session.","endpoints":{"GET  /api/v1/request-capture?limit=10":"List captured requests","POST /api/v1/request-capture":"Store a captured request","GET  /api/v1/request-capture/:id":"Get full capture","DELETE /api/v1/request-capture/:id":"Remove a capture","GET  /api/v1/replay-engine/:id":"Get replay instructions for a capture","POST /api/v1/replay-engine/replay":"Replay a capture to the real URL","GET  /api/v1/debug-inspector/:id":"Analyze a stored capture","POST /api/v1/debug-inspector/analyze":"Analyze an inline request object","GET  /mcp":"MCP info","POST /mcp":"MCP JSON-RPC 2.0"}}