Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running configurations using Golang does not return error #24

Open
iliakonnov opened this issue Mar 15, 2025 · 4 comments
Open

Running configurations using Golang does not return error #24

iliakonnov opened this issue Mar 15, 2025 · 4 comments

Comments

@iliakonnov
Copy link

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.

@rincew1nd
Copy link

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.

@batya239
Copy link
Collaborator

Yes, currently we do not wait for execution done. Should we wait for console output?

@iliakonnov
Copy link
Author

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.

@rincew1nd
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants