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

Method Setup

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

Source from the content-addressed store, hash-verified

55}
56
57func (i *BlockingInterception) Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) {
58 i.interceptionBase.Setup(logger.Named("blocking"), rec, mcpProxy)
59}
60
61func (i *BlockingInterception) TraceAttributes(r *http.Request) []attribute.KeyValue {
62 return i.interceptionBase.baseTraceAttributes(r, false)

Callers

nothing calls this directly

Calls 1

SetupMethod · 0.65

Tested by

no test coverage detected