opencode icon indicating copy to clipboard operation
opencode copied to clipboard

docs: clarify that MCP tools require glob patterns to disable

Open 3mdistal opened this issue 3 weeks ago • 0 comments

Summary

  • Adds a note explaining that MCP tools are registered with names like server-name_tool-name
  • Clarifies why glob patterns (e.g., "my-mcp*") are needed instead of exact server names

Related issues: #5373, #2953

Users setting "my-mcp": false in their tools config expect it to disable all tools from that MCP server, but it doesn't work because the actual tool names are prefixed (e.g., my-mcp_search). This note makes the naming convention explicit.

3mdistal avatar Dec 28 '25 17:12 3mdistal