feat(LocalRunnerClient): create modify *.desc.json in DescMcpServer

This commit is contained in:
2026-01-02 16:45:01 +08:00
parent 5877b9e80d
commit 19ec93f248

View File

@@ -920,7 +920,7 @@ public class LocalRunnerClient extends RunnerClient {
@Override
@NotNull
protected LocalWatchServiceBuild.EventHandler buildCreate() {
return null;
return buildModify();
}
@Override