🐛 Bug Fixes
Fixed Authentication Header
- Changed from
Authorization: Bearertox-api-keyheader in WebsetsApiClient - This aligns with Exa API requirements and matches the working web_search_exa implementation
Resolved Issues
- ✅ search_collection - Network errors now resolved
- ✅ delete_enhancement - API calls now authenticate correctly
- ✅ list_activities - 500 errors were due to incorrect auth header
📦 Installation
npm install -g exa-websets-mcp-server@1.0.1🚀 What's Next
All websets operations should now work correctly when deployed through:
- Smithery
- Claude Desktop
- Claude Code
- Direct CLI usage
Full Changelog
Fixed
- Authentication header corrected from Bearer token to x-api-key format
- All three previously failing operations now work correctly