github cbcoutinho/nextcloud-mcp-server v0.148.0

latest releases: v0.150.0, v0.149.0
5 hours ago

BREAKING CHANGE

  • OAuth scope enforcement now actually applies to tool calls.
    Sessions whose token or stored app-password scopes do not cover a tool were
    silently allowed and are now denied with InsufficientScopeError; under OAuth,
    a request arriving without a verified token is denied rather than treated as
    BasicAuth. Deployments relying on the previous permissive behaviour must grant
    the required scopes (nc_auth_update_scopes, or
    PATCH /api/v1/users/{user_id}/scopes).

Fix

  • auth: fail closed in check_scopes when OAuth has no token
  • auth: enforce @require_scopes at runtime

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

NewReleases is sending notifications on new releases.