You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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