UNPKG

@randsum/mcp

Version:

Model Context Protocol server for RANDSUM dice rolling and game mechanics

52 lines (51 loc) 1.03 kB
{ "name": "@randsum/mcp", "version": "0.26.7", "description": "Model Context Protocol server for RANDSUM dice rolling and game mechanics", "private": false, "author": { "name": "Alex Jarvis", "url": "https://github.com/alxjrvs" }, "license": "MIT", "homepage": "https://github.com/RANDSUM/randsum", "repository": { "type": "git", "url": "git+https://github.com/RANDSUM/randsum.git", "directory": "packages/mcp" }, "files": [ "dist", "src", "LICENSE", "README.md" ], "type": "module", "dependencies": { "@modelcontextprotocol/sdk": "^1.14.0", "@randsum/roller": "~0.26.7", "commander": "^12.1.0", "zod": "^3.25.71" }, "keywords": [ "mcp", "model-context-protocol", "dice", "roller", "rpg", "random", "typescript", "tabletop", "ttrpg", "game-development", "board-games", "role-playing-games", "randsum", "claude", "llm", "ai-tools" ], "bin": { "randsum-mcp": "dist/index.js" } }