Skip to content

v0.1.1 — Long-lived API keys

Choose a tag to compare

@homeloanexpress homeloanexpress released this 09 May 15:10
· 2 commits to main since this release

Long-lived API keys.

  • Cal API now ships an /auth/api-keys endpoint that issues opaque
    long-lived tokens (cal_live_…) usable as CAL_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 legacy mcpServers
    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."