@ragrabbit/mcp

by madarco
Verified
{ "name": "@ragrabbit/mcp", "version": "0.1.0", "description": "A MCP server to access any documentation indexed with RagRabbit", "keywords": [], "author": "Marco D'Alia", "license": "MIT", "access": "public", "private": false, "publishConfig": { "access": "public" }, "type": "module", "files": [ "dist" ], "main": "./dist/index.js", "bin": { "mcp-server": "./dist/index.js" }, "scripts": { "build": "tsc && shx chmod +x dist/*.js", "prepare": "npm run build", "dev:run": "node dist/index.js http://localhost:3000 RagRabbit", "dev:inspector": "SERVER_PORT=9000 npx -y @modelcontextprotocol/inspector pnpm dev:run", "dev": "tsc-watch --onSuccess \"pnpm dev:inspector\"", "watch": "tsc-watch" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.5.0", "@types/node-fetch": "^2.6.12", "node-fetch": "^3.3.2", "zod": "^3.24.1" }, "devDependencies": { "@repo/typescript-config": "workspace:*", "@types/node": "^22", "cross-env": "^7.0.3", "shx": "^0.3.4", "tsc-watch": "^6.2.1" } }