We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7833f11 commit f3fa86bCopy full SHA for f3fa86b
1 file changed
packages/mcp/src/tool/generateNewViz.ts
@@ -1,4 +1,3 @@
1
-// import { AnalysisEngine } from "@githru-vscode-ext/analysis-engine";
2
import { AnalysisEngine } from "../engine/Engine.js";
3
import { GitHubUtils } from "../common/utils.js";
4
import { I18n } from "../common/i18n.js";
@@ -35,7 +34,6 @@ class EngineGenerator {
35
34
);
36
}
37
38
-
39
const tempRepoPath = `/tmp/githru-temp-${Date.now()}`;
40
41
await GitHubUtils.cloneRepository(
0 commit comments