Class McpIncubatingAttributes.McpMethodNameIncubatingValues

java.lang.Object
io.opentelemetry.semconv.incubating.McpIncubatingAttributes.McpMethodNameIncubatingValues
Enclosing class:
McpIncubatingAttributes

public static final class McpIncubatingAttributes.McpMethodNameIncubatingValues extends Object
  • Field Details

    • NOTIFICATIONS_CANCELLED

      public static final String NOTIFICATIONS_CANCELLED
      Notification cancelling a previously-issued request.
      See Also:
    • INITIALIZE

      public static final String INITIALIZE
      Request to initialize the MCP client.
      See Also:
    • NOTIFICATIONS_INITIALIZED

      public static final String NOTIFICATIONS_INITIALIZED
      Notification indicating that the MCP client has been initialized.
      See Also:
    • NOTIFICATIONS_PROGRESS

      public static final String NOTIFICATIONS_PROGRESS
      Notification indicating the progress for a long-running operation.
      See Also:
    • PING

      public static final String PING
      Request to check that the other party is still alive.
      See Also:
    • RESOURCES_LIST

      public static final String RESOURCES_LIST
      Request to list resources available on server.
      See Also:
    • RESOURCES_TEMPLATES_LIST

      public static final String RESOURCES_TEMPLATES_LIST
      Request to list resource templates available on server.
      See Also:
    • RESOURCES_READ

      public static final String RESOURCES_READ
      Request to read a resource.
      See Also:
    • NOTIFICATIONS_RESOURCES_LIST_CHANGED

      public static final String NOTIFICATIONS_RESOURCES_LIST_CHANGED
      Notification indicating that the list of resources has changed.
      See Also:
    • RESOURCES_SUBSCRIBE

      public static final String RESOURCES_SUBSCRIBE
      Request to subscribe to a resource.
      See Also:
    • RESOURCES_UNSUBSCRIBE

      public static final String RESOURCES_UNSUBSCRIBE
      Request to unsubscribe from resource updates.
      See Also:
    • NOTIFICATIONS_RESOURCES_UPDATED

      public static final String NOTIFICATIONS_RESOURCES_UPDATED
      Notification indicating that a resource has been updated.
      See Also:
    • PROMPTS_LIST

      public static final String PROMPTS_LIST
      Request to list prompts available on server.
      See Also:
    • PROMPTS_GET

      public static final String PROMPTS_GET
      Request to get a prompt.
      See Also:
    • NOTIFICATIONS_PROMPTS_LIST_CHANGED

      public static final String NOTIFICATIONS_PROMPTS_LIST_CHANGED
      Notification indicating that the list of prompts has changed.
      See Also:
    • TOOLS_LIST

      public static final String TOOLS_LIST
      Request to list tools available on server.
      See Also:
    • TOOLS_CALL

      public static final String TOOLS_CALL
      Request to call a tool.
      See Also:
    • NOTIFICATIONS_TOOLS_LIST_CHANGED

      public static final String NOTIFICATIONS_TOOLS_LIST_CHANGED
      Notification indicating that the list of tools has changed.
      See Also:
    • LOGGING_SET_LEVEL

      public static final String LOGGING_SET_LEVEL
      Request to set the logging level.
      See Also:
    • NOTIFICATIONS_MESSAGE

      public static final String NOTIFICATIONS_MESSAGE
      Notification indicating that a message has been received.
      See Also:
    • SAMPLING_CREATE_MESSAGE

      public static final String SAMPLING_CREATE_MESSAGE
      Request to create a sampling message.
      See Also:
    • COMPLETION_COMPLETE

      public static final String COMPLETION_COMPLETE
      Request to complete a prompt.
      See Also:
    • ROOTS_LIST

      public static final String ROOTS_LIST
      Request to list roots available on server.
      See Also:
    • NOTIFICATIONS_ROOTS_LIST_CHANGED

      public static final String NOTIFICATIONS_ROOTS_LIST_CHANGED
      Notification indicating that the list of roots has changed.
      See Also:
    • ELICITATION_CREATE

      public static final String ELICITATION_CREATE
      Request from the server to elicit additional information from the user via the client
      See Also: