{
  "name": "@ildunari/jina-mcp-advanced",
  "version": "1.3.0",
  "description": "Pure MCP Server for Jina.AI Advanced web scraping",
  "main": "index.js",
  "bin": {
    "jina-mcp": "index.js"
  },
  "type": "module",
  "scripts": {
    "start": "node index.js",
    "test": "node test.js"
  },
  "keywords": [
    "jina",
    "mcp",
    "web-scraping",
    "ai",
    "model-context-protocol"
  ],
  "author": "ildunari",
  "license": "MIT",
  "dependencies": {
    "@modelcontextprotocol/sdk": "^0.6.0",
    "node-fetch": "^3.3.2"
  },
  "engines": {
    "node": ">=14.0.0"
  }
}
