You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ai/mcp/mcp_config.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,8 +90,8 @@ they are the actions that an AI can call on the system.
90
90
91
91
There is two ways to associate tools with a server:
92
92
93
-
-`tools` in server configuration lists PHP classes (FQCN) from which **all** the `McpTool` attributes are associated with the server
94
-
-`servers` argument in `McpTool` attribute associated the **specified** tool to servers
93
+
-`tools` in server configuration lists PHP classes (FQCN) from which **all** the `McpTool` attributes are associated with the server (for example, for [built-in tools](#built-in-tools) or third parties)
94
+
-`servers` argument in [`McpTool` attribute](#tools) associates the **specified** tool to servers
95
95
96
96
#### Built-in tools
97
97
@@ -106,6 +106,7 @@ There is two ways to associate tools with a server:
0 commit comments