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
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:
Claude wants to run tests and main app via console since it cannot create run config. It tried running via terminal, but this needed intervention to allow and also didn't work for me because JAVA_HOME not in terminal. Had to manually click gradle test in IDE to create the run config which it then is able to find.
Proposed:
Expose gradle tool window functionality (e.g. browse and execute tasks) in MCP
The text was updated successfully, but these errors were encountered:
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:
Claude wants to run tests and main app via console since it cannot create run config. It tried running via terminal, but this needed intervention to allow and also didn't work for me because JAVA_HOME not in terminal. Had to manually click gradle test in IDE to create the run config which it then is able to find.
Proposed:
Expose gradle tool window functionality (e.g. browse and execute tasks) in MCP
The text was updated successfully, but these errors were encountered: