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 2e4aa5e commit c569257Copy full SHA for c569257
build/index.js
@@ -2,7 +2,6 @@
2
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
3
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
4
import { z } from "zod";
5
-import fetch from 'node-fetch';
6
import winston from 'winston';
7
import readline from 'readline';
8
import { fileURLToPath } from 'url';
src/index.ts
0 commit comments