TsgcWSAPIClient_MCP › Methods
Public methods grouped by purpose, followed by the full alphabetical list.
| Name | Description |
|---|---|
| Initialize | Performs the MCP handshake and establishes the JSON-RPC session with the server. |
| Ping | Issues a JSON-RPC ping request to keep the session alive. |
| Name | Description |
|---|---|
| ListTools | Requests the catalogue of tools published by the server (tools/list). |
| RequestTool | Invokes a named tool on the server (tools/call) with optional JSON arguments. |
| Name | Description |
|---|---|
| ListPrompts | Retrieves the available prompt templates from the server (prompts/list). |
| RequestPrompt | Obtains the rendered content of a prompt template (prompts/get). |
| Name | Description |
|---|---|
| ListResources | Enumerates resource descriptors published by the server (resources/list). |
| RequestResource | Reads the contents of a resource identified by URI (resources/read). |
| ListResourceTemplates | Enumerates resource template descriptors (resources/templates/list). |
| SubscribeResource | Subscribes to change notifications for a specific resource (resources/subscribe). |
| UnsubscribeResource | Cancels a previous resource subscription (resources/unsubscribe). |
| Name | Description |
|---|---|
| Complete | Requests argument autocomplete suggestions from the server (completion/complete). |
| Name | Description |
|---|---|
| Complete | Requests argument autocomplete suggestions from the server (completion/complete). |
| Initialize | Performs the MCP handshake and establishes the JSON-RPC session with the server. |
| ListPrompts | Retrieves the available prompt templates from the server (prompts/list). |
| ListResources | Enumerates resource descriptors published by the server (resources/list). |
| ListResourceTemplates | Enumerates resource template descriptors (resources/templates/list). |
| ListTools | Requests the catalogue of tools published by the server (tools/list). |
| Ping | Issues a JSON-RPC ping request to keep the session alive. |
| RequestPrompt | Obtains the rendered content of a prompt template (prompts/get). |
| RequestResource | Reads the contents of a resource identified by URI (resources/read). |
| RequestTool | Invokes a named tool on the server (tools/call) with optional JSON arguments. |
| SubscribeResource | Subscribes to change notifications for a specific resource (resources/subscribe). |
| UnsubscribeResource | Cancels a previous resource subscription (resources/unsubscribe). |