mirror of
https://github.com/aljazceru/claude-code-viewer.git
synced 2025-12-21 07:14:19 +01:00
refactor: use more effect-ts
This commit is contained in:
@@ -48,7 +48,7 @@ export const getMcpListOutput = (projectCwd: string) =>
|
||||
claudeCodeExecutablePath,
|
||||
"mcp",
|
||||
"list",
|
||||
),
|
||||
).pipe(Command.runInShell(true)),
|
||||
);
|
||||
return output;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user