v0.2.2 — Hosted MCP endpoint as primary install
Hosted endpoint at https://ctscout.dev/mcp (Streamable HTTP) and https://ctscout.dev/sse (legacy SSE). Same two tools, zero local install. Auth via X-API-Key header (or Authorization: Bearer …).
Docs-only release — no API or tool-handler changes from 0.2.1. The npm package itself still works exactly as before; the README now leads with the hosted path and treats the npx install as a fallback for restricted-network users.
What changed
- README restructured: "2a. Hosted endpoint (recommended)" + "2b. Local npm (fallback)"
- Added Claude Desktop HTTP-transport caveat and Cursor
/ssefallback note src/index.tsfile-level comment now reflects both transports- Bumped SERVER_VERSION + package.json to 0.2.2
Install
# Hosted (recommended)
claude mcp add ctscout -s user --transport http \
--header "X-API-Key: YOUR_KEY" \
https://ctscout.dev/mcp
# Or self-host (npm path, unchanged)
claude mcp add ctscout -s user \
-e CTSCOUT_API_KEY=YOUR_KEY \
-- npx -y ctscout-mcp-server