MCP. - MCP Server Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > Internet and Network > MCP. - MCP (Model-Context Protocol) server operations >

MCP. - MCP Server Operations

!MCP_Server_Operations---Overview

Previous Top Next


SPR Script Language

 

!MCP_Server_Operations---Overview

Commands for interacting with a running MCP server (signals, actions).

 

Intention

 

Once the MCP server has been started with a Command from the !Server-Lifecycle group, the Commands in this section become relevant. They provide the tools to communicate with and control the running server thread.

 

This section is further divided into a sub-group specifically for the Listener mode, and a general group for Commands that apply to either server mode.

 

Sub-Folders

 

? !Listener-Queue - Contains all Commands for managing the Command queue when the server is running in Listener Mode.

 

General Operation Commands

 

? HTP.MCPExec - (Executor Mode) Execute a specified action with a value on the MCP server.

? HTP.MCPPerm - Request permission from the MCP server with a request string and optional timeout.

? HTP.MCPShowWindow - Show or hide the server's status window.

? HTP.MCPSignal - Send a generic signal to the MCP server with a type and optional data.

? HTP.MCPStatus - Send a STATUS signal to the server and wait for a response.

 

See also:

 

? !HTP-MCP Overview

? !Server-Lifecycle Overview