CDS can cause problems
When running gradle-mcp I get the following error:
```
Error occurred during CDS dumping
CDS dumping does not support native JVMTI agent, name: C:\Program Files\SentinelOne\Sentinel Agent 25.1.4.434\SentinelJava64.dll
```
Sentinel One is a security solution our company uses and it seems it attaches a JVMTI agent to all java applications. I guess similar security solutions also add JVMTI agents.
Running the mcp with `jbang run --quiet --fresh --no-cds gradle-mcp@rnett` works fine. Maybe add this as a hint to the readme.md.
关闭于 2026-04-25 1 条评论