Create a new MCP config.
Parameters for creating the MCP config.
Optionaloptions: RequestOptions<unknown>Request options.
A McpConfig instance.
Get an MCP config object by its ID.
The ID of the MCP config.
A McpConfig instance.
List MCP configs with optional filters (paginated).
Optionalparams: Runloop.McpConfigListParamsOptional filter parameters.
Optionaloptions: RequestOptions<unknown>Request options.
An array of McpConfig instances.
MCP Config SDK interface for managing MCP configurations.
Remarks
Overview
The
McpConfigOpsclass provides a high-level abstraction for managing MCP configurations, which define how to connect to upstream MCP (Model Context Protocol) servers. MCP configs specify the target endpoint and which tools are allowed.Usage
This interface is accessed via RunloopSDK.mcpConfig. You should construct a RunloopSDK instance and use it from there:
Example