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
<p>MCP servers may expose many tools. You can whitelist only the ones you need:</p>
139
+
<p>Toolsets may expose many tools. You can use the <code>tools</code> property to whitelist only the ones you need. This works for any toolset type — not just MCP:</p>
140
140
141
141
<pre><codeclass="language-yaml">toolsets:
142
142
- type: mcp
143
143
ref: docker:github-official
144
-
tools: ["list_issues", "create_issue"] # only these tools</code></pre>
144
+
tools: ["list_issues", "create_issue"] # only these MCP tools
145
+
- type: filesystem
146
+
tools: ["read_file", "search_files_content"] # only these filesystem tools</code></pre>
<p>MCP servers often expose many tools. Use the <code>tools</code> property to whitelist only the ones your agent needs:</p>
333
+
<p>Toolsets may expose many tools. Use the <code>tools</code> property to whitelist only the ones your agent needs. This works for any toolset type — not just MCP:</p>
0 commit comments