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

Method traceAttributes

mcp/proxy_streamable_http.go:174–180  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

172}
173
174func (p *StreamableHTTPServerProxy) traceAttributes() []attribute.KeyValue {
175 return []attribute.KeyValue{
176 attribute.String(tracing.MCPProxyName, p.Name()),
177 attribute.String(tracing.MCPServerName, p.serverName),
178 attribute.String(tracing.MCPServerURL, p.serverURL),
179 }
180}

Callers 2

InitMethod · 0.95
fetchToolsMethod · 0.95

Calls 1

NameMethod · 0.95

Tested by

no test coverage detected