(ctx context.Context, arg InsertMCPServerConfigParams)
| 961 | InsertInboxNotification(ctx context.Context, arg InsertInboxNotificationParams) (InboxNotification, error) |
| 962 | InsertLicense(ctx context.Context, arg InsertLicenseParams) (License, error) |
| 963 | InsertMCPServerConfig(ctx context.Context, arg InsertMCPServerConfigParams) (MCPServerConfig, error) |
| 964 | InsertMemoryResourceMonitor(ctx context.Context, arg InsertMemoryResourceMonitorParams) (WorkspaceAgentMemoryResourceMonitor, error) |
| 965 | // Inserts any group by name that does not exist. All new groups are given |
| 966 | // a random uuid, are inserted into the same organization. They have the default |
no outgoing calls