TsgcWSAPIServer_MCP › Methods

TsgcWSAPIServer_MCP Methods

Public methods grouped by purpose, followed by the full alphabetical list.

Server-initiated requests

NameDescription
RequestRootsListSends a roots/list request to the MCP client identified by the session.
RequestSamplingCreateMessageSends a sampling/createMessage request so the client’s LLM can produce a completion.
RequestElicitationCreateSends an elicitation/create request asking the client to collect structured input from the user.

Notifications

NameDescription
SendNotificationToolsListChangedBroadcasts notifications/tools/list_changed so clients refresh their tool catalogue.
SendNotificationPromptsListChangedBroadcasts notifications/prompts/list_changed so clients refresh their prompt catalogue.
SendNotificationResourcesListChangedBroadcasts notifications/resources/list_changed so clients refresh their resource catalogue.
SendNotificationResourcesUpdatedNotifies subscribed clients that a specific resource URI has been updated.
SendLogMessageSends a notifications/message log entry to every session whose logging level allows it.

Lifecycle

NameDescription
KeepAliveSends a keep-alive frame on the supplied connection to prevent idle disconnection.

All Methods (alphabetical)

NameDescription
KeepAliveSends a keep-alive frame on the supplied connection to prevent idle disconnection.
RequestElicitationCreateSends an elicitation/create request asking the client to collect structured input from the user.
RequestRootsListSends a roots/list request to the MCP client identified by the session.
RequestSamplingCreateMessageSends a sampling/createMessage request so the client’s LLM can produce a completion.
SendLogMessageSends a notifications/message log entry to every session whose logging level allows it.
SendNotificationPromptsListChangedBroadcasts notifications/prompts/list_changed so clients refresh their prompt catalogue.
SendNotificationResourcesListChangedBroadcasts notifications/resources/list_changed so clients refresh their resource catalogue.
SendNotificationResourcesUpdatedNotifies subscribed clients that a specific resource URI has been updated.
SendNotificationToolsListChangedBroadcasts notifications/tools/list_changed so clients refresh their tool catalogue.