Anders Tidbeck
Anders Tidbeck
Fixes issue #1034
In the documentation for [Configure MCP servers](https://docs.anthropic.com/en/docs/claude-code/mcp#configure-mcp-servers) it states that environment variables should be used to add an SSE server with custom header. ``` # Example: Adding an SSE server...
The [Cookie definition](https://github.com/ChromeDevTools/devtools-protocol/blob/b2b5c2c087002394c99ede171bb4ca44bc16f3a0/json/browser_protocol.json#L13549) do not allow `null` as value for `expires`. On [mdn web docs](https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Set-Cookie#expiresdate), regarding `expires`: _"If unspecified, the cookie becomes a session cookie. A session finishes when the...