@@ -87,13 +87,13 @@ def create(
8787 [Task Run events](https://platform.parallel.ai/api-reference) endpoint. When
8888 false, no progress events are tracked. Note that progress tracking cannot be
8989 enabled after a run has been created. The flag is set to true by default for
90- premium processors (pro and above). This feature is not available via the Python
91- SDK. To enable this feature in your API requests, specify the `parallel-beta`
92- header with `events-sse-2025-07-24` value .
90+ premium processors (pro and above). To enable this feature in your requests,
91+ specify `events-sse-2025-07-24` as one of the values in `parallel-beta` header
92+ (for API calls) or `betas` param (for the SDKs) .
9393
94- mcp_servers: Optional list of MCP servers to use for the run. This feature is not available
95- via the Python SDK. To enable this feature in your API requests, specify the
96- `parallel-beta` header with `mcp-server-2025-07-17` value .
94+ mcp_servers: Optional list of MCP servers to use for the run. To enable this feature in your
95+ requests, specify `mcp-server-2025-07-17` as one of the values in
96+ `parallel-beta` header (for API calls) or `betas` param (for the SDKs) .
9797
9898 metadata: User-provided metadata stored with the run. Keys and values must be strings with
9999 a maximum length of 16 and 512 characters respectively.
@@ -290,13 +290,13 @@ async def create(
290290 [Task Run events](https://platform.parallel.ai/api-reference) endpoint. When
291291 false, no progress events are tracked. Note that progress tracking cannot be
292292 enabled after a run has been created. The flag is set to true by default for
293- premium processors (pro and above). This feature is not available via the Python
294- SDK. To enable this feature in your API requests, specify the `parallel-beta`
295- header with `events-sse-2025-07-24` value .
293+ premium processors (pro and above). To enable this feature in your requests,
294+ specify `events-sse-2025-07-24` as one of the values in `parallel-beta` header
295+ (for API calls) or `betas` param (for the SDKs) .
296296
297- mcp_servers: Optional list of MCP servers to use for the run. This feature is not available
298- via the Python SDK. To enable this feature in your API requests, specify the
299- `parallel-beta` header with `mcp-server-2025-07-17` value .
297+ mcp_servers: Optional list of MCP servers to use for the run. To enable this feature in your
298+ requests, specify `mcp-server-2025-07-17` as one of the values in
299+ `parallel-beta` header (for API calls) or `betas` param (for the SDKs) .
300300
301301 metadata: User-provided metadata stored with the run. Keys and values must be strings with
302302 a maximum length of 16 and 512 characters respectively.
0 commit comments