Skip to content

Commit 4e887a3

Browse files
committed
Adding support for batching requests
1 parent e2b1555 commit 4e887a3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import { z } from "zod";
55
import fetch from 'node-fetch';
66
import winston from 'winston';
77
import readline from 'readline';
8+
import readline from 'readline';
89

910
const VERSION = "0.0.1"; // Version of the MCP server
1011

0 commit comments

Comments
 (0)