Skip to content
Release v1.0.1: Fix HTTP response delivery timeout

This patch release fixes a critical issue where HTTP endpoints would timeout
despite appearing to complete successfully in server logs.

- HTTP response delivery timeout issue in Effect.js HttpBody extraction
- Endpoints /api/v1/tools/list and /api/v1/auth/status now work correctly
- Proper handling of nested Effect platform response structure

- Root cause: Incorrect extraction from Effect platform's nested HttpBody structure
- Solution: Extract body content from response.body.body instead of response.body
- Impact: All HTTP transport endpoints now deliver responses properly to clients

See CHANGELOG.md for complete details.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>