{ "name": "mcp-rule34", "version": "2.0.2", "description": "MCP server for rule34.xxx. Search posts by tag through the site's own API.", "type": "module", "license": "MIT", "author": { "name": "Damien Bouissou", "url": "https://github.com/smeet666" }, "homepage": "https://github.com/smeet666/mcp-rule34#readme", "repository": { "type": "git", "url": "git+https://github.com/smeet666/mcp-rule34.git" }, "bugs": { "url": "https://github.com/smeet666/mcp-rule34/issues" }, "funding": { "type": "buymeacoffee", "url": "https://buymeacoffee.com/smeet666" }, "mcpName": "io.github.smeet666/mcp-rule34", "bin": { "mcp-rule34": "dist/index.js" }, "exports": { ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" }, "./client": { "types": "./dist/rule34/client.d.ts", "import": "./dist/rule34/client.js" } }, "files": [ "dist", "README.md", "LICENSE", "CHANGELOG.md", "PRIVACY.md", "server.json" ], "engines": { "node": ">=24.21.0" }, "scripts": { "build": "tsup", "typecheck": "tsc --noEmit", "test": "vitest run test/unit", "coverage": "vitest run test/unit --coverage", "build:manifest": "npm run build && node scripts/build-manifest-tools.mjs", "test:live": "vitest run test/live --testTimeout=60000", "format": "biome check --write && prettier --write \"**/*.{md,yml}\"", "check": "biome ci && prettier --check \"**/*.{md,yml}\"", "prepublishOnly": "npm run typecheck && npm run test && npm run build", "start": "node dist/index.js", "inspector": "npx @modelcontextprotocol/inspector node dist/index.js", "audit:floors": "node scripts/audit-floors.mjs" }, "keywords": [ "mcp", "modelcontextprotocol", "model-context-protocol", "mcp-server", "rule34", "booru", "tags", "images", "search", "claude", "cursor", "llm", "ai" ], "dependencies": { "@modelcontextprotocol/sdk": "^1.30.0", "fast-xml-parser": "^5.11.1", "zod": "^4.6.5" }, "devDependencies": { "@biomejs/biome": "2.5.14", "@types/node": "24.13.5", "@vitest/coverage-v8": "4.1.11", "prettier": "3.9.7", "tsup": "8.5.1", "typescript": "5.9.3", "vitest": "4.1.11" } }