MCPcopy Create free account
hub / github.com/coder/coder / OIDCAccessToken

Method OIDCAccessToken

coderd/x/chatd/mcpclient/mcpclient.go:61–61  ·  view source on GitHub ↗
(ctx context.Context, userID uuid.UUID)

Source from the content-addressed store, hash-verified

59// provisionerdserver.ObtainOIDCAccessToken.
60type UserOIDCTokenSource interface {
61 OIDCAccessToken(ctx context.Context, userID uuid.UUID) (string, error)
62}
63
64// ConnectAll connects to all configured MCP servers, discovers

Callers 2

TestOIDCMCPTokenSourceFunction · 0.65
buildAuthHeadersFunction · 0.65

Implementers 2

oidcMCPTokenSourcecoderd/mcp.go
staticOIDCSourcecoderd/x/chatd/mcpclient/mcpclient_tes

Calls

no outgoing calls

Tested by 1

TestOIDCMCPTokenSourceFunction · 0.52