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

Method UpdateMCPServerConfig

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

Source from the content-addressed store, hash-verified

1263 UpdateInactiveUsersToDormant(ctx context.Context, arg UpdateInactiveUsersToDormantParams) ([]UpdateInactiveUsersToDormantRow, error)
1264 UpdateInboxNotificationReadStatus(ctx context.Context, arg UpdateInboxNotificationReadStatusParams) error
1265 UpdateMCPServerConfig(ctx context.Context, arg UpdateMCPServerConfigParams) (MCPServerConfig, error)
1266 UpdateMemberRoles(ctx context.Context, arg UpdateMemberRolesParams) (OrganizationMember, error)
1267 UpdateMemoryResourceMonitor(ctx context.Context, arg UpdateMemoryResourceMonitorParams) error
1268 UpdateNotificationTemplateMethodByID(ctx context.Context, arg UpdateNotificationTemplateMethodByIDParams) (NotificationTemplate, error)

Callers 9

TestMCPServerConfigsCRUDFunction · 0.65
createMCPServerConfigMethod · 0.65
updateMCPServerConfigMethod · 0.65
UpdateMCPServerConfigMethod · 0.65
UpdateMCPServerConfigMethod · 0.65
TestChatsMethod · 0.65
TestMCPServerConfigsFunction · 0.65
UpdateMCPServerConfigMethod · 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 4

TestMCPServerConfigsCRUDFunction · 0.52
TestChatsMethod · 0.52
TestMCPServerConfigsFunction · 0.52