package.json•750 B
{
"name": "mcp-server-rat-node",
"version": "0.1.0",
"description": "Retrieval Augmented Thinking MCP Server - Node.js implementation",
"main": "index.js",
"type": "module",
"scripts": {
"start": "node index.js",
"build": "chmod +x index.js",
"test": "node test.js",
"postinstall": "chmod +x index.js || true",
"verify": "npx mcp-server-rat-node --help 2>/dev/null && echo 'Installation successful!' || echo 'Installation needs permission fix - run: chmod +x $(npm bin -g)/mcp-server-rat-node'"
},
"bin": {
"mcp-server-rat-node": "./index.js"
},
"keywords": ["mcp", "thinking", "reasoning", "ai"],
"author": "User",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3"
}
}