Skip to content

Commit 8d7416f

Browse files
Update developers.mdx
1 parent 8bf9885 commit 8d7416f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ The Pipedream MCP server passes the **`instruction`** to an LLM to handle the co
158158
- However, one downside is that you hand over some of the control and observability to Pipedream in this model.
159159

160160
<Callout type="warning">
161-
While in Beta, Pipedream eats the costs of the LLM tokens in sub-agent mode. We'll likely charge for the LLM usage in the future.
161+
While in Beta, Pipedream eats the costs of the LLM tokens in sub-agent mode. We'll likely pass these costs on to the developer in the future.
162162
</Callout>
163163

164164
<details>
@@ -343,7 +343,7 @@ const transport = new StreamableHTTPClientTransport(new URL(serverUrl), {
343343
"x-pd-project-id": PIPEDREAM_PROJECT_ID, // proj_xxxxxxx
344344
"x-pd-environment": PIPEDREAM_ENVIRONMENT, // development | production
345345
"x-pd-external-user-id": EXTERNAL_USER_ID, // the user's ID from your system
346-
"x-pd-app-slug": APP_SLUG, // notion, linear, gmaii, etc
346+
"x-pd-app-slug": APP_SLUG, // notion, linear, gmail, etc
347347
}
348348
}
349349
});

0 commit comments

Comments
 (0)