diff --git a/docs/platforms/python/integrations/mcp/index.mdx b/docs/platforms/python/integrations/mcp/index.mdx index 9430287b99aa8..1469dcfd18c6d 100644 --- a/docs/platforms/python/integrations/mcp/index.mdx +++ b/docs/platforms/python/integrations/mcp/index.mdx @@ -181,7 +181,7 @@ For each operation, the following span data attributes are captured: **General (all operations):** - `mcp.method.name`: The MCP method name (e.g., `tools/call`, `prompts/get`, `resources/read`) -- `mcp.transport`: Transport type (`pipe` for stdio, `tcp` for HTTP) +- `mcp.transport`: Transport type (`http` for Streamable HTTP, `sse` for Server-Sent Events or `stdio`) - `mcp.request_id`: Request identifier (when available) - `mcp.session_id`: Session identifier (when available)