Skip to content

Commit be1b409

Browse files
Update developers.mdx
1 parent 5b449a8 commit be1b409

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs-v2/pages/connect/mcp/developers.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -139,16 +139,16 @@ When using Pipedream MCP with sub-agent mode enabled (default confiuration), all
139139

140140
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.
141141

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.
144144

145145
<Callout type="warning">
146146
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.
147147
</Callout>
148148

149149
#### Tools only mode
150150

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.
152152

153153
### Use Pipedream's remote MCP server
154154

0 commit comments

Comments
 (0)