Skip to content

Commit f9bbccd

Browse files
committed
Add links in Tools configuration
1 parent e17866f commit f9bbccd

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

docs/ai/mcp/mcp_config.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,8 @@ they are the actions that an AI can call on the system.
9090

9191
There is two ways to associate tools with a server:
9292

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
9595

9696
#### Built-in tools
9797

@@ -106,6 +106,7 @@ There is two ways to associate tools with a server:
106106
``` yaml hl_lines="5-7"
107107
[[= include_code('code_samples/mcp/mcp.matrix.yaml', 4, 7) =]]
108108
[[= include_code('code_samples/mcp/mcp.matrix.yaml', 9, 11) =]]
109+
#
109110
```
110111

111112
### Discovery cache

0 commit comments

Comments
 (0)