What's wrong with this entry?
Claude Code now warns at startup if a hook matcher like mcp__my_server matches no known tool, because hook matchers are compared as exact strings — the correct pattern to match all tools from a server is mcp__my_server__.*.
- Warning message: "Hook matcher
mcp__servermatches no tool (it is compared as an exact string). To match all tools from this server, usemcp__server__.*. See CHANGELOG v2.1.195." - Only fires once per distinct matcher pattern per session.
Hook matcher warning (search for "matches no tool (it is compared as an exact string). To match all tools from this server, use \"`)
Strings lifted out of the shipped bundle, so the claim above can be checked against them.