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
Tool auth redirecting to app.arcade.dev is fine — the frontend opens those
URLs in a new tab. The previous removal was overcorrection; the real issue
was the initial Arcade gateway connection (PKCE) appearing to redirect to
app.arcade.dev, which was a UX confusion, not a technical limit.
Restore capabilities: { elicitation: { url: {} } } on the Mastra MCPClient,
re-add mcpClient.elicitation.onRequest handler, and re-wire
setElicitationCallback from the plan route so URL elicitation events stream
to the frontend as 'elicitation' events.
Also update the AI SDK comment to reflect that Mastra now uses URL-mode
elicitation; the AI SDK still can't because @ai-sdk/mcp only supports
form-mode.
Made-with: Cursor
0 commit comments