▎ Figured out why rocketsmith MCP tools keep timing out — OpenRocket (Java) takes ~600ms to start which exceeds the
▎ MCP transport timeout, so every call drops the connection. Fix is to bypass the MCP layer entirely and call the
▎ rocketsmith Python functions directly via uv run python. Works perfectly. Key functions:
▎ rocketsmith.openrocket.components.read_components() and rocketsmith.openrocket.simulation.run_simulation() with the
▎ JAR at AppData/Local/OpenRocket/OpenRocket-23.09.jar.
▎ Figured out why rocketsmith MCP tools keep timing out — OpenRocket (Java) takes ~600ms to start which exceeds the
▎ MCP transport timeout, so every call drops the connection. Fix is to bypass the MCP layer entirely and call the
▎ rocketsmith Python functions directly via uv run python. Works perfectly. Key functions:
▎ rocketsmith.openrocket.components.read_components() and rocketsmith.openrocket.simulation.run_simulation() with the
▎ JAR at AppData/Local/OpenRocket/OpenRocket-23.09.jar.