-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Closed
Description
Describe the bug
- Connect Goose to the Mapbox MCP DevKit Server from the Elicitation PR
- Call
preview_style_toolwithout providing anaccessTokenparameter such as the following:preview_style_tool({ styleId: "cmi18a1ss00lk01sceud4419b" }) - Observe that:
- No elicitation form appears immediately
- Tool appears to hang/wait indefinitely
- After timeout period, tool fails or falls back
- Then the elicitation form appears in the UI
- Form is non-interactive/too late to provide input
Expected behavior
The elicitation form should:
- Appear immediately when
server.elicitInput()is called - Block tool execution until user provides input or cancels
- Allow user to interact with the form before any timeout
- Return user input to the tool for processing
This works fine in Cursor, VS Code and other environments today.
Screenshots
Timing out when calling the elicitation

Form finally displayed after Goose gives up:

Please provide the following information
- OS & Arch: macOS 26.2 M3
- Interface: UI
- Version: v.1.19.1
- Extensions enabled: Mapbox, Mapbox DevKit
- Provider & Model: claude-sonnet-4-0
Additional context
As noted, this works fine in other environments such as VS Code and Cursor
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

