Hi,
Is RDM_execute_opened_connection_action expected to be functional in the current experimental MCP version, or is it still work in progress? If it should work — is there a known workaround or additional configuration required?
Version: Remote Desktop Manager 2026.2.8.0
Feature: MCP Server (experimental)
Issue
Calling RDM_execute_opened_connection_action on an active SSH (SSHShell) session always returns a generic error, regardless of the action used.
The connection is visible in RDM_list_opened_connections and all actions (send_command, get_terminal_status, take_screenshot) are listed as available via RDM_list_opened_connection_actions — but none can be executed.
Example call
json
{
"actionName": "send_command",
"connectionIds": ["b22f1d22-22e2-4bfs-b2cf-222e6c1d7151"],
"parameters": {
"command": "date",
"captureOutput": true,
"timeout": 30000
}
}
Error: An error occurred invoking 'RDM_execute_opened_connection_action'.
Same error occurs for get_terminal_status and take_screenshot. RDM was in the foreground with the SSH tab active.
BR
DI