1.0.108
Removes the streamable_http_path=/mcp/ override added in 1.0.106. The override pinned the SDK mount to /mcp/ based on the assumption that prod forwarded /mcp/, but the internal-nginx :9009 upstream access log shows every request is POST /mcp (no trailing slash). With the override, the SDK 307-redirected /mcp to /mcp/, which broke the Next.js proxy retry path (detached ArrayBuffer on redirect follow).
This release lets the SDK mount at its default /mcp, which matches prod and serves directly without a 307.
Keeps transport_security.enable_dns_rebinding_protection = False (required when internal nginx strips the port from the Host header) and the mcp[cli]==1.23.0 pin.
Pairs with jakarta deploy.sh health-check URL revert to /mcp.