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

Method Acquire

coderd/aibridged/pool.go:31–31  ·  view source on GitHub ↗
(ctx context.Context, req Request, clientFn ClientFunc, mcpBootstrapper MCPProxyBuilder)

Source from the content-addressed store, hash-verified

29// One [*aibridge.RequestBridge] instance is created per given key.
30type Pooler interface {
31 Acquire(ctx context.Context, req Request, clientFn ClientFunc, mcpBootstrapper MCPProxyBuilder) (http.Handler, error)
32 // ReplaceProviders swaps the providers used to construct future
33 // RequestBridge instances and clears the cache. Disabled providers
34 // must be included; the bridge serves a 503 sentinel on their

Implementers 3

CachedBridgePoolcoderd/aibridged/pool.go
MockPoolercoderd/aibridged/aibridgedmock/poolmoc
MockPoolerMockRecordercoderd/aibridged/aibridgedmock/poolmoc

Calls

no outgoing calls