Skip to content

v0.4.3

Choose a tag to compare

@github-actions github-actions released this 29 Jul 13:03
749b880

Changed

  • [drf-mcp]djangorestframework-mcp-server>=0.17,<0.20, so 0.19.0 is
    installable. That release fixes dynamic client registration, which issued
    credentials that could never authenticate: token_endpoint_auth_method was
    not modelled, so every registration silently became a confidential client, and
    the client_secret handed back was the stored PBKDF2 digest rather than the
    secret. Both are confined to drf-mcp's contrib.oauth — the bridge this
    extra backs consumes MCPServer and the tool registry, neither of which
    changed, so the widening is purely a ceiling lift and this package's own
    behaviour is unaffected.

    Verified rather than assumed: the suite runs green against 0.19.0 with the
    lock updated.