Class McpIncubatingAttributes
java.lang.Object
io.opentelemetry.semconv.incubating.McpIncubatingAttributes
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.opentelemetry.api.common.AttributeKey<String> The name of the request or notification method.static final io.opentelemetry.api.common.AttributeKey<String> The version of the Model Context Protocol used.static final io.opentelemetry.api.common.AttributeKey<String> The value of the resource uri.static final io.opentelemetry.api.common.AttributeKey<String> Identifies MCP session. -
Method Summary
-
Field Details
-
MCP_METHOD_NAME
The name of the request or notification method. -
MCP_PROTOCOL_VERSION
The version of the Model Context Protocol used. -
MCP_RESOURCE_URI
The value of the resource uri.Notes:
This is a URI of the resource provided in the following requests or notifications:
resources/read,resources/subscribe,resources/unsubscribe, ornotifications/resources/updated. -
MCP_SESSION_ID
Identifies MCP session.
-