ProtectedInternalInternal method that must be implemented by derived action classes. This is where the actual action logic should be implemented.
The action execution parameters including typed context
Promise resolving to the action result
Executes the action with the provided parameters.
The action execution parameters including context
Promise resolving to the action result
Action to test an MCP server connection.
This action attempts to connect to an MCP server and validates the connection is working. It returns server information and latency.
Example
Parameters:
ConnectionID(required): UUID of the MCP Server Connection to testResult:
ServerName,ServerVersion,LatencyMs,Capabilities