[PR #6306] docs: clarify that MCP tools require glob patterns to disable #11829

Closed
opened 2026-02-16 18:16:46 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/anomalyco/opencode/pull/6306

State: closed
Merged: Yes


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.

**Original Pull Request:** https://github.com/anomalyco/opencode/pull/6306 **State:** closed **Merged:** Yes --- ## 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.
yindo added the pull-request label 2026-02-16 18:16:46 -05:00
yindo closed this issue 2026-02-16 18:16:46 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: anomalyco/opencode#11829