Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/platforms/python/integrations/mcp/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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, `stdio`)
- `mcp.request_id`: Request identifier (when available)
- `mcp.session_id`: Session identifier (when available)

Expand Down
Loading