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

Method GetForcedMCPServerConfigs

coderd/database/querier.go:486–486  ·  view source on GitHub ↗
(ctx context.Context)

Source from the content-addressed store, hash-verified

484 // param limit_opt: The limit of notifications to fetch. If the limit is not specified, it defaults to 25
485 GetFilteredInboxNotificationsByUserID(ctx context.Context, arg GetFilteredInboxNotificationsByUserIDParams) ([]InboxNotification, error)
486 GetForcedMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error)
487 GetGitSSHKey(ctx context.Context, userID uuid.UUID) (GitSSHKey, error)
488 GetGroupAIBudget(ctx context.Context, groupID uuid.UUID) (GroupAiBudget, error)
489 GetGroupByID(ctx context.Context, id uuid.UUID) (Group, error)

Callers 5

TestChatsMethod · 0.65
TestMCPServerConfigsFunction · 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 2

TestChatsMethod · 0.52
TestMCPServerConfigsFunction · 0.52