github cbcoutinho/nextcloud-mcp-server v0.168.0

4 hours ago

BREAKING CHANGE

  • the OAuth token is now enforced on every tool call in
    login_flow mode, not just on tool visibility. A NULL stored grant no longer
    bypasses it. Operators must ensure the OIDC client permits every scope in use —
    the Astrolabe client hook was missing mail.read, mail.write, mail.send,
    talk.read and talk.write; it is fixed here, but the hook skips already
    configured installs, so existing deployments need occ oidc:update (or delete
    and recreate the client) and users must re-consent. Users provisioned through
    nc_auth_provision_access before this release hold an explicit scope list that
    cannot contain semantic.read; one nc_auth_update_scopes(add_scopes= ["semantic.read"]) or PATCH /api/v1/users/{id}/scopes grants it. No
    migration is required.

Fix

  • auth: drop a semicolon from the nc_auth_provision_access description
  • auth: reject an empty scope list instead of reading it as unrestricted
  • auth: consolidate provisioning onto the OAuth token's scopes

Don't miss a new nextcloud-mcp-server release

NewReleases is sending notifications on new releases.