Skip to content

Claude Desktop tried running run config for web api, but one was already running and intellij just ran another one and port clashed. #13

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

Open
maxhillaert opened this issue Jan 12, 2025 · 0 comments

Comments

@maxhillaert
Copy link

Context:

Testing capabilities of MCP Server via Claude Desktop on a blank gradle project open in IntelliJ.
Aim is to get to through an inner-dev loop developing a web api i.e. restructure project into multi-module gradle, write and running tests, run web api and check output in headless browser using playwright MCP.

Problem:

I had pre-created a run config to run a web api on port 8080. Claude had succesfully started it earlier. I asked it to make some changes which it did. It then tried to run it again, but instead of restarting the existing one, it just started the next one, which failed becaue of port clash, but claude thought it worked. It then checked with playwright, but got into confusion why it wasn't working.

Proposed:
We need to expose running run configs via MCP and their state?
Add a restart function ?

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

1 participant