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-v2/pages/connect/mcp/developers.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -139,16 +139,16 @@ When using Pipedream MCP with sub-agent mode enabled (default confiuration), all
139
139
140
140
The Pipedream MCP server passes that **instructions** prompt to an LLM where we farm out the configuration of the main tool using a set of agents with narrowly scoped sets of instructions and additional tools to aid in the configuration and execution of the top-level tool.
141
141
142
-
- The benefit with this approach is that sub-agent mode abstracts a lot of the complexity with handling things like [remote options](/connect/components/#configure-the-component) and [dynamic props](/connect/components/#configure-dynamic-props), especially for MCP clients that don't automatically [reload tools](https://modelcontextprotocol.io/docs/concepts/tools#tool-discovery-and-updates)
143
-
- However, one downside is that you hand over some of the control and observability to Pipedream
142
+
- The benefit with this approach is that sub-agent mode abstracts a lot of the complexity with handling things like [remote options](/connect/components/#configure-the-component) and [dynamic props](/connect/components/#configure-dynamic-props), especially for MCP clients that don't automatically [reload tools](https://modelcontextprotocol.io/docs/concepts/tools#tool-discovery-and-updates).
143
+
- However, one downside is that you hand over some of the control and observability to Pipedream in this model.
144
144
145
145
<Callouttype="warning">
146
146
While Pipedream currently eats the costs of the LLM tokens in sub-agent mode while in Beta, we'll likely charge for the LLM usage in the future.
147
147
</Callout>
148
148
149
149
#### Tools only mode
150
150
151
-
One of the primary reasons for the sub-agent mode is to abstract the complexity of tool inputs that require complex configuration.
151
+
To handle all tool configuration and calling yourself, you should use `tools-only` mode.
0 commit comments