Skip to main content

MCPConfigurationUpdate

Result of mcpConfigurationUpdate mutation.

type MCPConfigurationUpdate {
mcpConfiguration: MCPConfiguration
mcpConfigurationErrors: [TenantError!]!
}

Fields

MCPConfigurationUpdate.mcpConfiguration ● MCPConfiguration object

The updated MCP configuration.

MCPConfigurationUpdate.mcpConfigurationErrors ● [TenantError!]! non-null object

List of errors that occurred executing the mutation.

Returned By

mcpConfigurationUpdate mutation

Was this page helpful?