Table of Contents

TTMSMCPClientRequestType Enumeration

Identifies the protocol request a connection sends or has sent, so that an incoming response can be routed back to the handler that understands its payload.

API unit family: TMS.MCP.Client.Connection

Members

Name Description
rtUnknown The method name is not one of the known protocol methods. No request is sent for this value.
rtPing Liveness check, protocol method ping.
rtInitialize Legacy handshake, protocol method initialize. Used for protocol versions up to 2025-11-25.
rtToolsList Request for the server tool catalog, protocol method tools/list. Paged through a cursor.
rtResourcesList Request for the server resource catalog, protocol method resources/list. Paged through a cursor.
rtResourceTemplateList Request for the resource template catalog, protocol method resources/templates/list. Paged through a cursor.
rtPromptsList Request for the server prompt catalog, protocol method prompts/list. Paged through a cursor.
rtToolsCall Invocation of a single tool, protocol method tools/call.
rtResourcesRead Read of a single resource, protocol method resources/read.
rtResourcesSubscribe Subscription to change notifications for one resource, protocol method resources/subscribe.
rtPromptsGet Retrieval of one prompt and its messages, protocol method prompts/get.
rtSamplingCreateMessage Model completion requested by the server, protocol method sampling/createMessage.
rtRootsList Exposed root folder list, protocol method roots/list. Normally answered rather than sent by a connection.
rtLoggingSetLevel Change of the server log verbosity, protocol method logging/setLevel. Only used on legacy protocol versions.
rtServerDiscover Capability and version discovery, protocol method server/discover. Used for protocol version 2026-07-28 and later.
rtElicitationCreate Request for user input raised by the server, protocol method elicitation/create. Normally answered rather than sent by a connection.
rtNotificationCancel Cancellation of an in-flight request, protocol method notifications/cancelled.
rtSubscriptionsListen Registration for server-pushed change notifications, protocol method subscriptions/listen.