{ "name": "rabbytte-mcp", "version": "1.0.3", "description": "MCP server for Rabbytte — search a human-curated web index from any AI assistant", "type": "module", "bin": { "rabbytte-mcp": "index.js" }, "files": [ "index.js", "README.md" ], "keywords": [ "mcp", "modelcontextprotocol", "search", "curated", "rabbytte", "ai" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.23.0" }, "homepage": "https://rabbytte.com", "repository": { "type": "git", "url": "https://github.com/marklanetech/Rabbytte.git" }, "bugs": { "url": "https://github.com/marklanetech/Rabbytte/issues" }, "mcpName": "io.github.marklanetech/rabbytte" }