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 e2b1555 commit 4e887a3Copy full SHA for 4e887a3
src/index.ts
@@ -5,6 +5,7 @@ import { z } from "zod";
5
import fetch from 'node-fetch';
6
import winston from 'winston';
7
import readline from 'readline';
8
+import readline from 'readline';
9
10
const VERSION = "0.0.1"; // Version of the MCP server
11
0 commit comments