claude-memory-mcp/src
Viktor Barzin 4d7988b6ac fix: replace BaseHTTPMiddleware with pure ASGI to fix SSE streaming
BaseHTTPMiddleware buffers response bodies, which prevents SSE events
from streaming to the client in real time. This caused MCP initialization
to never complete, resulting in -32602 errors on all tool calls.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-08 10:45:20 +00:00
..
claude_memory fix: replace BaseHTTPMiddleware with pure ASGI to fix SSE streaming 2026-04-08 10:45:20 +00:00