You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run_configuration always returns ok immediately, without waiting for build or tests to be run, and there is not way to see the output of the tests. This makes impossible for agent to use IDE configurations to validate it's actions.
The text was updated successfully, but these errors were encountered:
I stumbled upon that too. run_configuration will just start a configuration without waiting for anything. But in reality we all expect a message about outcomes of command execution and not just execution itself.
I was trying to make agent use my configuration to run tests and validate this action. In this scenario console output is crucial. Be it compilation error or some failed tests.
@batya239 it seems to me like the main purpose to run or build the application by MCP Server is to not just start the action, but to receive the result of action execution and to be able to investigate the output afterward.
Run_configuration always returns ok immediately, without waiting for build or tests to be run, and there is not way to see the output of the tests. This makes impossible for agent to use IDE configurations to validate it's actions.
The text was updated successfully, but these errors were encountered: