v0.1.1 — Long-lived API keys
Long-lived API keys.
- Cal API now ships an
/auth/api-keysendpoint that issues opaque
long-lived tokens (cal_live_…) usable asCAL_API_TOKEN. These do
not expire after 8 hours like session tokens — the right choice for
any MCP client whose config persists across days. - README updated to recommend the API key path over the session-token
path that 0.1.0 documented. - CLAUDE_DESKTOP_SETUP.md updated with the API key flow + a note about
Claude Desktop's modern DXT extension system (the legacymcpServers
JSON path no longer survives Claude Desktop relaunches). - No changes to the MCP server source code itself — bearer tokens are
opaque to the server. The version bump is purely to signal "use the
newer install docs."