MCPcopy Index your code
hub / github.com/coder/coder / InsertMCPServerConfig

Method InsertMCPServerConfig

coderd/database/querier.go:963–963  ·  view source on GitHub ↗
(ctx context.Context, arg InsertMCPServerConfigParams)

Source from the content-addressed store, hash-verified

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

Callers 6

createMCPServerConfigMethod · 0.65
InsertMCPServerConfigMethod · 0.65
InsertMCPServerConfigMethod · 0.65
TestChatsMethod · 0.65
MCPServerConfigFunction · 0.65
InsertMCPServerConfigMethod · 0.65

Implementers 5

sqlQueriercoderd/database/db.go
queryMetricsStorecoderd/database/dbmetrics/querymetrics
queriercoderd/database/dbauthz/dbauthz.go
MockStorecoderd/database/dbmock/dbmock.go
MockStoreMockRecordercoderd/database/dbmock/dbmock.go

Calls

no outgoing calls

Tested by 1

TestChatsMethod · 0.52