refactor: use more effect-ts

This commit is contained in:
d-kimsuon
2025-10-18 01:50:04 +09:00
parent 1bd122daa0
commit 6f627fb649
21 changed files with 696 additions and 1537 deletions

View File

@@ -48,7 +48,7 @@ export const getMcpListOutput = (projectCwd: string) =>
claudeCodeExecutablePath,
"mcp",
"list",
),
).pipe(Command.runInShell(true)),
);
return output;
});