Update Mcp Server Configuration
Update the configuration settings for an MCP server.
Headers
Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.
Path Parameters
ID of the MCP Server.
Body
Configuration updates for an MCP Server.
The approval mode to set for the MCP server
auto_approve_all, require_approval_all, require_approval_per_tool If set, overrides the server's pre_tool_speech setting for this tool.
auto, force, off If set, overrides the server's interruption_mode setting for this tool.
allow, disable_during_tool, disable_during_tool_and_turn Predefined tool call sound type to play during tool execution for all tools from this MCP server
typing, elevator1, elevator2, elevator3, elevator4 Determines when the tool call sound should play for all tools from this MCP server
auto, always If set, overrides the server's execution_mode setting for this tool
immediate, post_tool_speech, async The maximum time in seconds to wait for each MCP tool call to complete.
5 <= x <= 300The headers to include in requests to the MCP server
Entries sent in the MCP _meta field of tools/call requests. Values may be JSON scalars, or references to a workspace secret, dynamic variable, or environment variable resolved per call.
Whether to disable HTTP compression for this MCP server
Optional secret token for authentication with this MCP server
Used to reference an auth connection from the workspace's auth connection store.
- AuthConnectionLocator
- EnvironmentAuthConnectionLocator
Response
Successful Response
Response model representing an MCP Server configuration.
The metadata of the MCP Server
The access information of the MCP Server
List of agents that depend on this MCP Server.
- DependentAvailableAgentIdentifier
- DependentUnknownAgentIdentifier