Math-MCP

by EthanHenrickson
Verified
{ "name": "math-mcp", "version": "0.1.1", "main": "build/index.js", "type":"module", "scripts": { "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "start": "npm run build && node build/index.js" }, "keywords": [], "files": ["build"], "author": "", "license": "MIT", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.6.0", "zod": "^3.24.2" }, "devDependencies": { "@types/node": "^22.13.5", "typescript": "^5.7.3" } }