Skip to content

Commit 3fa9dde

Browse files
Update developers.mdx
1 parent 432a16b commit 3fa9dde

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
@@ -150,7 +150,7 @@ Pipedream MCP supports two methods for interacting with tools:
150150

151151
##### Sub-agent mode
152152

153-
When using Pipedream MCP with sub-agent mode enabled, all of the tools that you expose to your LLM take only a single input: **`instruction`**.
153+
When using Pipedream MCP in sub-agent mode, all tools you expose to your LLM take a single input: **`instruction`**.
154154

155155
The Pipedream MCP server passes the **`instruction`** to an LLM to handle 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.
156156

@@ -192,7 +192,7 @@ To handle all tool configuration and calling yourself, you should use `tools-onl
192192

193193
###### Configuring dynamic props
194194

195-
- Tools that use [dynamic props](/connect/api/#reload-component-props) aren't able to be configured in one-shot since the full prop definition isn't known until certain inputs are defined.
195+
- Tools that use [dynamic props](/connect/api/#reload-component-props) can't be configured in one shot, as the full prop definition isnt known until certain inputs are defined.
196196
- For example, the full set of props for `google_sheets-add-single-row` aren't known until you configure the `hasHeaders` prop. Once we know if there's a header row, we can retrieve the column names from the header row and make them available as props that can be configured.
197197
- As you call each tool, you should reload the available tools for the server, and we'll expose meta tools for configuration, such as `begin_configuration_google_sheets-add-single-row`, which causes the rest of the tools to be removed and only tools relevant to the configuration are exposed.
198198

@@ -301,7 +301,7 @@ curl -s -X POST https://api.pipedream.com/v1/oauth/token \
301301

302302
#### Params
303303

304-
- Below are params that you should send with every HTTP request to Pipedram's MCP server.
304+
- Below are params that you should send with every HTTP request to Pipedream's MCP server.
305305
- To enable broad support for various MCP clients, you can pass these params via HTTP headers **or** as query params on the URL.
306306

307307
<br />

0 commit comments

Comments
 (0)