SyncAgentMcpServersBody
Request body for a McpServer operation.
Definition
TypeScript
interface SyncAgentMcpServersBody {
mcpServerIds: Array<string>;
}Fields
| Field | Type | Notes |
|---|---|---|
mcpServerIds | Array<string> | required — Full set of MCP server IDs to assign |