{
"name": "mcp-node-fetch",
"version": "0.2.0",
"description": "An MCP server for fetching URLs using undici",
"type": "module",
"main": "dist/index.js",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc -w",
"test": "node --no-warnings --experimental-strip-types --test test/test.ts"
},
"keywords": [
"mcp",
"undici",
"fetch"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^0.6.0",
"@types/jsdom": "^21.1.7",
"jsdom": "^26.0.0",
"undici": "^6.6.2",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.10.5",
"typescript": "^5.3.3"
}
}