diff --git a/fxmcpserver/server/sse/context.go b/fxmcpserver/server/sse/context.go index c98d184d..4037473c 100644 --- a/fxmcpserver/server/sse/context.go +++ b/fxmcpserver/server/sse/context.go @@ -82,7 +82,6 @@ func (h *DefaultMCPSSEServerContextHandler) Handle() server.SSEContextFunc { ctx, span := trace.CtxTracer(ctx).Start( ctx, "MCP", - ot.WithNewRoot(), ot.WithSpanKind(ot.SpanKindServer), ot.WithAttributes( attribute.String("system", "mcpserver"),