XPath MCP Server

by JayArrowz
Verified
{ "name": "@jayarrowz/mcp-xpath", "version": "0.6.9", "description": "MCP server for xpath", "license": "MIT", "author": "JayArrowz (https://github.com/JayArrowz)", "homepage": "https://github.com/JayArrowz/mcp-xpath", "bugs": "https://github.com/JayArrowz/mcp-xpath/issues", "type": "module", "bin": { "mcp-xpath": "dist/index.js" }, "files": [ "dist" ], "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "watch": "tsc --watch", "test": "node --experimental-vm-modules node_modules/jest/bin/jest.js" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@xmldom/xmldom": "0.8.10", "node-fetch": "^3.3.2", "puppeteer": "^24.4.0", "xpath": "^0.0.34", "zod": "^3.24.2" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "shx": "^0.3.4", "ts-jest": "^29.1.2", "typescript": "^5.6.2" } }