[BUG] Regression: MCP tool search fails in 2.1.70 (working in 2.1.69)
Resolved 💬 2 comments Opened Mar 6, 2026 by PancakeZik Closed Mar 7, 2026
Preflight Checklist
- [x] I have searched existing issues and this hasn't been reported yet
- [x] This is a single bug report (please file separate reports for different bugs)
- [x] I am using the latest version of Claude Code
What's Wrong?
Updating the Claude Code CLI to version 2.1.70 breaks the MCP tool search functionality. Rolling back the CLI to version 2.1.69 restores normal operation. The issue appears connected to the 2.1.70 release, which fails to handle dynamic tool loading from connected MCP servers when ENABLE_TOOL_SEARCH is active.
What Should Happen?
The agent queries connected MCP servers, dynamically loads the required tools, and executes the request, matching the behavior in 2.1.69.
Error Messages/Logs
Steps to Reproduce
- Run Claude Code CLI on Ubuntu Linux.
- Ensure
settings.jsonincludes"ENABLE_TOOL_SEARCH": "true"in theenvblock. - Configure and connect local MCP servers or plugins with search permissions.
- Run version 2.1.70.
- Submit a prompt that requires the agent to utilize the MCP tool search.
all mcp tools are already loaded on session start instead of on demand.
Claude Model
None
Is this a regression?
Yes, this worked in a previous version
Last Working Version
_No response_
Claude Code Version
2.1.69
Platform
Anthropic API
Operating System
Ubuntu/Debian Linux
Terminal/Shell
WSL (Windows Subsystem for Linux)
Additional Information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗