{
  "name": "@kazuph/mcp-fetch",
  "version": "1.6.3",
  "type": "module",
  "description": "A Model Context Protocol server that provides web content fetching capabilities with automatic image saving and optional AI display",
  "main": "dist/index.js",
  "scripts": {
    "build": "tsc",
    "start": "node dist/index.js",
    "dev": "tsc && node dist/index.js",
    "check": "biome check .",
    "format": "biome format . --write",
    "lint": "biome lint .",
    "typecheck": "tsc --noEmit",
    "unit": "npm run build && vitest run --reporter=dot",
    "test": "npm run unit && npm run typecheck && npm run format && npm run check"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.20.0",
    "@mozilla/readability": "^0.6.0",
    "jsdom": "^24.0.0",
    "robots-parser": "^3.0.1",
    "sharp": "^0.33.5",
    "turndown": "^7.1.2",
    "zod": "^3.25.0",
    "zod-to-json-schema": "^3.25.1"
  },
  "devDependencies": {
    "@biomejs/biome": "^2.2.4",
    "@types/jsdom": "^21.1.6",
    "@types/node": "^20.10.5",
    "@types/turndown": "^5.0.4",
    "typescript": "^5.3.3",
    "vitest": "^3.2.6"
  },
  "author": "kazuph",
  "license": "MIT",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "dist/**/*.map",
    "README.md"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kazuph/mcp-fetch.git"
  },
  "keywords": [
    "mcp",
    "fetch",
    "web",
    "content",
    "image",
    "processing",
    "claude",
    "ai"
  ],
  "bugs": {
    "url": "https://github.com/kazuph/mcp-fetch/issues"
  },
  "homepage": "https://github.com/kazuph/mcp-fetch#readme",
  "bin": {
    "mcp-fetch": "dist/index.js"
  }
}
