curl --request PUT \
--url http://localhost:5300/api/v1/pipelines/{pipeline_uuid}/extensions \
--header 'Content-Type: application/json' \
--header 'X-API-Key: <api-key>' \
--data '
{
"enable_all_plugins": true,
"enable_all_mcp_servers": true,
"bound_plugins": [
"<string>"
],
"bound_mcp_servers": [
"<string>"
]
}
'