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 ee831d8 commit fdd548bCopy full SHA for fdd548b
packages/mcp-client/cli.ts
@@ -67,9 +67,11 @@ async function main() {
67
// otherwise, it means a request is underway
68
abortController.abort();
69
abortController = new AbortController();
70
+ stdout.write("\n");
71
stdout.write(ANSI.GRAY);
72
stdout.write("Ctrl+C a second time to exit");
73
stdout.write(ANSI.RESET);
74
75
}
76
});
77
process.on("uncaughtException", (err) => {
0 commit comments