()
| 172 | } |
| 173 | |
| 174 | func (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 | } |
no test coverage detected