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

Method Setup

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

Source from the content-addressed store, hash-verified

60}
61
62func (i *StreamingInterception) Setup(logger slog.Logger, rec recorder.Recorder, mcpProxy mcp.ServerProxier) {
63 i.interceptionBase.Setup(logger.Named("streaming"), rec, mcpProxy)
64}
65
66func (*StreamingInterception) Streaming() bool {
67 return true

Callers

nothing calls this directly

Calls 1

SetupMethod · 0.65

Tested by

no test coverage detected