Skip to content

Commit c569257

Browse files
committed
switching to built-in fetch
1 parent 2e4aa5e commit c569257

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build/index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
33
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
44
import { z } from "zod";
5-
import fetch from 'node-fetch';
65
import winston from 'winston';
76
import readline from 'readline';
87
import { fileURLToPath } from 'url';

src/index.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { McpServer } from "@modelcontextprotocol/sdk/server/mcp.js";
33
import { StdioServerTransport } from "@modelcontextprotocol/sdk/server/stdio.js";
44
import { z } from "zod";
5-
import fetch from 'node-fetch';
65
import winston from 'winston';
76
import readline from 'readline';
87
import { fileURLToPath } from 'url';

0 commit comments

Comments
 (0)