Skip to content

Commit 90cbd1b

Browse files
Docs: Confirm Claude Code does not support elicitation yet
Tested preview_style_tool directly via MCP and confirmed that Claude Code does not advertise elicitation capability. The tool correctly returns the error message we designed for clients without elicitation support. Updated README to reflect: - Claude Code: ⚠️ Not yet supported (provide accessToken directly) - Grouped with Claude Desktop in the "not yet supported" category This was confirmed by calling the tool through the registered MCP server and observing the capability check work as expected. Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent 3c6f8a6 commit 90cbd1b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Get started by integrating with your preferred AI development environment:
6565
- **VS Code (with Copilot)**: ✅ Full support
6666
- **Goose**: ⚠️ Known bug - Form displays after timeout ([goose#6471](https://github.com/block/goose/issues/6471))
6767
- **Claude Desktop**: ⚠️ Not yet supported (Claude will fall back to creating tokens via chat)
68-
- **Claude Code**: Check for latest support status
68+
- **Claude Code**: ⚠️ Not yet supported (provide `accessToken` parameter directly)
6969

7070
### DXT Package Distribution
7171

@@ -209,7 +209,7 @@ Complete set of tools for managing Mapbox styles via the Styles API:
209209
2. **Create a new preview token** - Create a new token with optional URL restrictions for enhanced security
210210
3. **Auto-create a basic token** - Let the tool create a simple preview token for you
211211
- **Goose**: ⚠️ Known bug - Form displays after timeout ([goose#6471](https://github.com/block/goose/issues/6471))
212-
- **Claude Desktop**: ⚠️ Not yet supported - When elicitation is unavailable, Claude will intelligently offer to create a token for you using `create_token_tool` (token will appear in chat history)
212+
- **Claude Desktop, Claude Code**: ⚠️ Not yet supported - Provide `accessToken` parameter directly, or Claude will intelligently offer to create a token for you using `create_token_tool` (token will appear in chat history)
213213
- **Alternative**: Provide `accessToken` parameter directly for backward compatibility with any client
214214
- **Session Storage**: Your token choice is cached for the session, so you only need to provide it once (when elicitation is supported)
215215
- **Best Practice**: Use URL-restricted tokens to limit token usage to specific domains

0 commit comments

Comments
 (0)