docs: sync to Claude Code v2.1.131 (3 patches since v2.1.126)

Sync covers v2.1.128, v2.1.129, and v2.1.131 (May 2026). Highlights:
gateway /v1/models discovery is now opt-in (CLAUDE_CODE_ENABLE_GATEWAY_MODEL_DISCOVERY),
added --plugin-url flag, disableRemoteControl setting, /mcp tool-count display,
expanded skillOverrides values, /context viz no longer leaks into conversation,
Ctrl+R cross-project default. Also reconciles slash-command count to 60+ and
fixes the skill-count entry in CATALOG.
This commit is contained in:
Luong NGUYEN
2026-05-06 23:55:28 +02:00
parent 9701bb74c2
commit d4b5cf56b4
24 changed files with 215 additions and 75 deletions

View File

@@ -194,6 +194,13 @@ sequenceDiagram
Claude->>User: ✅ MCP connected!
```
### `/mcp` command
Type `/mcp` inside a session to list connected servers, trigger OAuth flows, and inspect connection state.
- Since **v2.1.121**, MCP retries the initial connection up to 3 times on transient errors.
- Since **v2.1.128**, `/mcp` displays the **tool count** for each connected server and visually flags servers reporting **0 tools** so misconfigured servers stand out at a glance.
## MCP Tool Search
When MCP tool descriptions exceed 10% of the context window, Claude Code automatically enables tool search to efficiently select the right tools without overwhelming the model context.
@@ -1132,8 +1139,8 @@ export GITHUB_TOKEN="your_token"
---
**Last Updated**: May 2, 2026
**Claude Code Version**: 2.1.126
**Last Updated**: May 6, 2026
**Claude Code Version**: 2.1.131
**Sources**:
- https://code.claude.com/docs/en/mcp
- https://code.claude.com/docs/en/changelog