UNPKG

@pinkpixel/prysm-mcp

Version:

MCP server for the Prysm web scraper - enabling AI assistants to scrape web content

48 lines (47 loc) 1.08 kB
{ "name": "@pinkpixel/prysm-mcp", "version": "1.1.2", "description": "MCP server for the Prysm web scraper - enabling AI assistants to scrape web content", "main": "dist/index.js", "bin": { "prysm-mcp": "bin/prysm-mcp" }, "type": "module", "directories": { "doc": "docs", "example": "examples" }, "scripts": { "build": "tsup && chmod +x bin/prysm-mcp", "start": "node bin/prysm-mcp", "dev": "tsup --watch --onSuccess \"node bin/prysm-mcp\"", "test": "jest", "prepublishOnly": "npm run build", "test:mcp": "node test-mcp.js" }, "keywords": [ "mcp", "model-context-protocol", "web-scraper", "ai", "claude", "cursor", "pinkpixel", "prysm" ], "author": "Pink Pixel <hello@pinkpixel.dev>", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.1", "@pinkpixel/prysm-llm": "^1.1.1" }, "devDependencies": { "@types/jest": "^29.5.12", "jest": "^29.7.0", "tsup": "^8.0.2", "typescript": "^5.4.2" }, "engines": { "node": ">=18.0.0" } }