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

Method GetMCPServerConfigByID

coderd/database/querier.go:524–524  ·  view source on GitHub ↗
(ctx context.Context, id uuid.UUID)

Source from the content-addressed store, hash-verified

522 GetLicenses(ctx context.Context) ([]License, error)
523 GetLogoURL(ctx context.Context) (string, error)
524 GetMCPServerConfigByID(ctx context.Context, id uuid.UUID) (MCPServerConfig, error)
525 GetMCPServerConfigBySlug(ctx context.Context, slug string) (MCPServerConfig, error)
526 GetMCPServerConfigs(ctx context.Context) ([]MCPServerConfig, error)
527 GetMCPServerConfigsByIDs(ctx context.Context, ids []uuid.UUID) ([]MCPServerConfig, error)

Callers 11

getMCPServerConfigMethod · 0.65
updateMCPServerConfigMethod · 0.65
deleteMCPServerConfigMethod · 0.65
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 3

TestChatsMethod · 0.52
TestMCPServerConfigsFunction · 0.52