Class McpIncubatingAttributes.McpMethodNameIncubatingValues
java.lang.Object
io.opentelemetry.semconv.incubating.McpIncubatingAttributes.McpMethodNameIncubatingValues
- Enclosing class:
McpIncubatingAttributes
Values for
McpIncubatingAttributes.MCP_METHOD_NAME.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringRequest to complete a prompt.static final StringRequest from the server to elicit additional information from the user via the clientstatic final StringRequest to initialize the MCP client.static final StringRequest to set the logging level.static final StringNotification cancelling a previously-issued request.static final StringNotification indicating that the MCP client has been initialized.static final StringNotification indicating that a message has been received.static final StringNotification indicating the progress for a long-running operation.static final StringNotification indicating that the list of prompts has changed.static final StringNotification indicating that the list of resources has changed.static final StringNotification indicating that a resource has been updated.static final StringNotification indicating that the list of roots has changed.static final StringNotification indicating that the list of tools has changed.static final StringRequest to check that the other party is still alive.static final StringRequest to get a prompt.static final StringRequest to list prompts available on server.static final StringRequest to list resources available on server.static final StringRequest to read a resource.static final StringRequest to subscribe to a resource.static final StringRequest to list resource templates available on server.static final StringRequest to unsubscribe from resource updates.static final StringRequest to list roots available on server.static final StringRequest to create a sampling message.static final StringRequest to call a tool.static final StringRequest to list tools available on server. -
Method Summary
-
Field Details
-
NOTIFICATIONS_CANCELLED
Notification cancelling a previously-issued request.- See Also:
-
INITIALIZE
Request to initialize the MCP client.- See Also:
-
NOTIFICATIONS_INITIALIZED
Notification indicating that the MCP client has been initialized.- See Also:
-
NOTIFICATIONS_PROGRESS
Notification indicating the progress for a long-running operation.- See Also:
-
PING
Request to check that the other party is still alive.- See Also:
-
RESOURCES_LIST
Request to list resources available on server.- See Also:
-
RESOURCES_TEMPLATES_LIST
Request to list resource templates available on server.- See Also:
-
RESOURCES_READ
Request to read a resource.- See Also:
-
NOTIFICATIONS_RESOURCES_LIST_CHANGED
Notification indicating that the list of resources has changed.- See Also:
-
RESOURCES_SUBSCRIBE
Request to subscribe to a resource.- See Also:
-
RESOURCES_UNSUBSCRIBE
Request to unsubscribe from resource updates.- See Also:
-
NOTIFICATIONS_RESOURCES_UPDATED
Notification indicating that a resource has been updated.- See Also:
-
PROMPTS_LIST
Request to list prompts available on server.- See Also:
-
PROMPTS_GET
Request to get a prompt.- See Also:
-
NOTIFICATIONS_PROMPTS_LIST_CHANGED
Notification indicating that the list of prompts has changed.- See Also:
-
TOOLS_LIST
Request to list tools available on server.- See Also:
-
TOOLS_CALL
Request to call a tool.- See Also:
-
NOTIFICATIONS_TOOLS_LIST_CHANGED
Notification indicating that the list of tools has changed.- See Also:
-
LOGGING_SET_LEVEL
Request to set the logging level.- See Also:
-
NOTIFICATIONS_MESSAGE
Notification indicating that a message has been received.- See Also:
-
SAMPLING_CREATE_MESSAGE
Request to create a sampling message.- See Also:
-
COMPLETION_COMPLETE
Request to complete a prompt.- See Also:
-
ROOTS_LIST
Request to list roots available on server.- See Also:
-
NOTIFICATIONS_ROOTS_LIST_CHANGED
Notification indicating that the list of roots has changed.- See Also:
-
ELICITATION_CREATE
Request from the server to elicit additional information from the user via the client- See Also:
-