Get the complete MCP config data from the API.
Optionaloptions: RequestOptions<unknown>Request options
The MCP config data
Update an existing McpConfig. All fields are optional.
Parameters for updating the MCP config
Optionaloptions: RequestOptions<unknown>Request options
The updated MCP config data
Object-oriented interface for working with MCP Configs.
Remarks
Overview
The
McpConfigclass provides a high-level, object-oriented API for managing MCP configurations. MCP configs define how to connect to upstream MCP (Model Context Protocol) servers, specifying the target endpoint and which tools are allowed. They can be used with devboxes to securely connect to MCP servers.Quickstart