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

Method Name

aibridge/mcp/proxy_streamable_http.go:58–60  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

56}
57
58func (p *StreamableHTTPServerProxy) Name() string {
59 return p.serverName
60}
61
62func (p *StreamableHTTPServerProxy) Init(ctx context.Context) (outErr error) {
63 ctx, span := p.tracer.Start(ctx, "StreamableHTTPServerProxy.Init", trace.WithAttributes(p.traceAttributes()...))

Callers 2

setupMCPForTestWithNameFunction · 0.95
traceAttributesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected