Skip to content

v0.2.2 — Hosted MCP endpoint as primary install

Choose a tag to compare

@minghsuy minghsuy released this 14 May 06:23
· 92 commits to main since this release
c77913e

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 /sse fallback note
  • src/index.ts file-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