External MCPs
Update an External MCP link (active / requiresApproval / instanceMode)
PATCH
Update an External MCP link (active / requiresApproval / instanceMode)
Autorizações
Parâmetros de caminho
Corpo
application/json
Body for updating the link between an agent and an external MCP. Fields are tri-state: omit to leave unchanged, set to a value to update, or send null to clear.
Whether the MCP is currently active for this agent.
Exemplo:
true
Instance mode controlling whether the MCP is shared across calls (STATIC) or instantiated per call (DYNAMIC).
Exemplo:
"STATIC"
Whether invocations of this MCP require human approval before execution.
Exemplo:
false
Update an External MCP link (active / requiresApproval / instanceMode)

