Skip to content

v2.6.0

Latest

Choose a tag to compare

@sylvesterdamgaard sylvesterdamgaard released this 02 Jun 21:27
38a6c2b

[2.6.0] - 2026-06-02

Fixed

  • Eloquent user ID compatibility — Normalizes Statamic user IDs before MCP token ownership checks so sites using the Eloquent users driver no longer hit strict type errors in the MCP dashboard or token flows (#31)
  • OAuth authorization user IDs — Applies the same user ID normalization when creating OAuth authorization codes for Eloquent-backed users
  • Fresh install dependency compatibility — Allows laravel/mcp ^0.7 alongside ^0.6 and updates installation docs/generated guidance to match (#31)

Tests

  • Added regression coverage for integer Eloquent user IDs, string user IDs, and missing current users in MCP dashboard user resolution