Skip to content

v1.0.1 - Authentication Fix

Latest

Choose a tag to compare

@glassBead-tc glassBead-tc released this 27 May 19:12
· 63 commits to main since this release

🐛 Bug Fixes

Fixed Authentication Header

  • Changed from Authorization: Bearer to x-api-key header 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