@chrysb/alphaclaw 0.9.0-beta.3 → 0.9.0-beta.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -140,7 +140,6 @@ const registerMcpRoutes = ({
140
140
 
141
141
  if (req.method === "GET") {
142
142
  res.setHeader("X-Accel-Buffering", "no");
143
- res.flushHeaders?.();
144
143
  }
145
144
 
146
145
  const sessionId = req.headers["mcp-session-id"];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@chrysb/alphaclaw",
3
- "version": "0.9.0-beta.3",
3
+ "version": "0.9.0-beta.4",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },