TsgcWSAPIServer_MCP › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| RequestRootsList | Sends a roots/list request to the MCP client identified by the session. |
| RequestSamplingCreateMessage | Sends a sampling/createMessage request so the client’s LLM can produce a completion. |
| RequestElicitationCreate | Sends an elicitation/create request asking the client to collect structured input from the user. |
| Name | Description |
|---|---|
| SendNotificationToolsListChanged | Broadcasts notifications/tools/list_changed so clients refresh their tool catalogue. |
| SendNotificationPromptsListChanged | Broadcasts notifications/prompts/list_changed so clients refresh their prompt catalogue. |
| SendNotificationResourcesListChanged | Broadcasts notifications/resources/list_changed so clients refresh their resource catalogue. |
| SendNotificationResourcesUpdated | Notifies subscribed clients that a specific resource URI has been updated. |
| SendLogMessage | Sends a notifications/message log entry to every session whose logging level allows it. |
| Name | Description |
|---|---|
| KeepAlive | Sends a keep-alive frame on the supplied connection to prevent idle disconnection. |
| Name | Description |
|---|---|
| KeepAlive | Sends a keep-alive frame on the supplied connection to prevent idle disconnection. |
| RequestElicitationCreate | Sends an elicitation/create request asking the client to collect structured input from the user. |
| RequestRootsList | Sends a roots/list request to the MCP client identified by the session. |
| RequestSamplingCreateMessage | Sends a sampling/createMessage request so the client’s LLM can produce a completion. |
| SendLogMessage | Sends a notifications/message log entry to every session whose logging level allows it. |
| SendNotificationPromptsListChanged | Broadcasts notifications/prompts/list_changed so clients refresh their prompt catalogue. |
| SendNotificationResourcesListChanged | Broadcasts notifications/resources/list_changed so clients refresh their resource catalogue. |
| SendNotificationResourcesUpdated | Notifies subscribed clients that a specific resource URI has been updated. |
| SendNotificationToolsListChanged | Broadcasts notifications/tools/list_changed so clients refresh their tool catalogue. |