We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0391854 commit 1ee1dfdCopy full SHA for 1ee1dfd
src/mcp/shared/_otel.py
@@ -28,10 +28,10 @@ def otel_span(
28
29
30
def inject_trace_context(meta: dict[str, Any]) -> None:
31
- """Inject W3C trace context (traceparent/tracestate) into a ``_meta`` dict."""
+ """Inject W3C trace context (traceparent/tracestate) into a `_meta` dict."""
32
inject(meta)
33
34
35
def extract_trace_context(meta: dict[str, Any]) -> Context:
36
- """Extract W3C trace context from a ``_meta`` dict."""
+ """Extract W3C trace context from a `_meta` dict."""
37
return extract(meta)
0 commit comments