cURL
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>" ] } '
{ "code": 0 }
更新流水线绑定的插件和 MCP 服务器。
Documentation IndexFetch the complete documentation index at: https://docs.langbot.app/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.langbot.app/llms.txt
Use this file to discover all available pages before exploring further.
操作成功
0