Skip to content

Commit 040ab9f

Browse files
committed
Make tool conflict phrasing even less prescriptive
1 parent 07b5087 commit 040ab9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/concepts/tools.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ When implementing tools:
217217

218218
MCP client applications and MCP server proxies may encounter tool name conflicts when building their own tool lists. For example, two connected MCP servers `web1` and `web2` may both expose a tool named `search_web`.
219219

220-
Applications most often disambiguiate tools with one of the following strategies:
220+
Applications may disambiguiate tools with one of the following strategies (among others; not an exhaustive list):
221221

222222
- Concatenating a unique, user-defined server name with the tool name, e.g. `web1___search_web` and `web2___search_web`. This strategy may be preferable when unique server names are already provided by the user in a configuration file.
223223
- Generating a random prefix for the tool name, e.g. `jrwxs___search_web` and `6cq52___search_web`. This strategy may be preferable in server proxies where user-defined unique names are not available.

0 commit comments

Comments
 (0)