DesktopCommanderMCP icon indicating copy to clipboard operation
DesktopCommanderMCP copied to clipboard

read_process_output tool to handle completed PID output

Open krishnashed opened this issue 5 months ago • 0 comments

Lets assume desktop commander mcp runs start_process tool with command 'g++ -o validator ./codeforces_problems/variable_edge_dijkstra/validator.cpp -std=c++17 -02'

as this is just compilation of a c++ code, it gets completed instantaneously, after this step, llm always calls read_process_output, to find what happened in the process with particular PID, but it wont find the PID, as it has completed its execution, and it will fail the tool with below error,

Tool 'read_process_output' exceeded max retries count of 1

krishnashed avatar Aug 01 '25 09:08 krishnashed