fleet-memory/hindsight-api-slim/hindsight_api/api
DK09876 836fd81e19
fix: inject Accept header in MCP middleware to prevent 406 errors (#571)
Some MCP clients (e.g., Claude Code) don't send an Accept header,
causing the MCP SDK to reject requests with 406 Not Acceptable. The
middleware now ensures Accept includes application/json and
text/event-stream when missing.

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-13 21:33:30 +01:00
..
__init__.py feat: introduce hindsight-api-slim and hindsight-all-slim packages (#560) 2026-03-13 13:50:03 +01:00
http.py feat: compound tag filtering via tag_groups (#562) 2026-03-13 14:30:11 +01:00
mcp.py fix: inject Accept header in MCP middleware to prevent 406 errors (#571) 2026-03-13 21:33:30 +01:00