MCPcopy Create free account
hub / github.com/coder/aibridge / Setup

Method Setup

intercept/chatcompletions/blocking.go:54–56  ·  view source on GitHub ↗
(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier)

Source from the content-addressed store, hash-verified

52}
53
54func (i *BlockingInterception) Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) {
55 i.interceptionBase.Setup(logger.Named("blocking"), rec, mcpProxy)
56}
57
58func (*BlockingInterception) Streaming() bool {
59 return false

Callers

nothing calls this directly

Calls 1

SetupMethod · 0.65

Tested by

no test coverage detected