Skip to content

Commit d9e879a

Browse files
authored
fix(fxmcpserver): Fixed MCP SSE server tracing to accept remote context (#354)
1 parent b449b0f commit d9e879a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

fxmcpserver/server/sse/context.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ func (h *DefaultMCPSSEServerContextHandler) Handle() server.SSEContextFunc {
8282
ctx, span := trace.CtxTracer(ctx).Start(
8383
ctx,
8484
"MCP",
85-
ot.WithNewRoot(),
8685
ot.WithSpanKind(ot.SpanKindServer),
8786
ot.WithAttributes(
8887
attribute.String("system", "mcpserver"),

0 commit comments

Comments
 (0)