Skip to content

Commit fdd548b

Browse files
committed
[cli] better formatting
1 parent ee831d8 commit fdd548b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/mcp-client/cli.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,11 @@ async function main() {
6767
// otherwise, it means a request is underway
6868
abortController.abort();
6969
abortController = new AbortController();
70+
stdout.write("\n");
7071
stdout.write(ANSI.GRAY);
7172
stdout.write("Ctrl+C a second time to exit");
7273
stdout.write(ANSI.RESET);
74+
stdout.write("\n");
7375
}
7476
});
7577
process.on("uncaughtException", (err) => {

0 commit comments

Comments
 (0)