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
Fix clientId parameter inconsistency in SSE endpoint
- Changed route parameter from 'clientId' to 'client_id' in McpController line 104
- This fixes the inconsistency where the Laravel controller expects 'client_id'
but the SSE endpoint was generating URLs with 'clientId'
- Ensures consistency with OAuth standards and MCP client expectations
0 commit comments