Skip to content

connectors 0.4.2

Choose a tag to compare

@github-actions github-actions released this 02 Sep 11:08
· 180 commits to main since this release

Added

  • Add connectors login, logout, and mcp: the native CLI discovers a hosted Connectors
    deployment's neutral Identity authority, completes browser Authorization Code + S256 PKCE login,
    and bridges local stdio MCP to the hosted /mcp transport.
  • Automatically use the selected hosted deployment for Operation, Connection, and Event commands
    when no explicit personal-local configuration or state root is supplied.

Changed

  • Cache five-minute Identity access tokens in memory by their exact Connector scope, renew them
    inside a 30-second margin, and retry one hosted request with fresh authority after a 401.

Fixed

  • Admit the exact connectors.approvals.issue scope used by the hosted approval-issuance endpoint
    through the closed Identity verifier vocabulary.

Security

  • Keep the opaque Identity session only in the operating-system keyring and write only non-secret
    account/deployment selection beneath XDG state. The stdio MCP peer sees neither the session nor
    access tokens, and Connectors requests receive only the least-privilege token for that call.

Full Changelog: v0.4.1...v0.4.2