mirror of
https://github.com/affaan-m/everything-claude-code.git
synced 2026-06-12 03:03:23 +08:00
* feat(mcp): add parallel-search server catalog entry * fix(mcp): drop placeholder Bearer header from parallel-search entry The /mcp endpoint accepts anonymous requests by default; baking in a placeholder "Authorization: Bearer YOUR_PARALLEL_API_KEY_HERE" header breaks the key-free default for users who copy the entry verbatim. Move the optional API-key guidance into the description instead.