You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add optional debug logging behind LOGGING=1.
Log HTTP requests, MCP tool calls, auth header issues, and Render API errors to stderr when LOGGING=1 is set.
Co-authored-by: Cursor <cursoragent@cursor.com>
* Delegate Flush and Unwrap on HTTP logging wrapper.
Streamable MCP uses http.Flusher for SSE; without delegation, LOGGING=1
broke GET /mcp with 500 and skipped flush on upgraded POST responses.
Co-authored-by: Cursor <cursoragent@cursor.com>
---------
Co-authored-by: Cursor <cursoragent@cursor.com>
GitOrigin-RevId: 0f053108388c01411dcdde3ab13513a7c4b842c4
0 commit comments