UseGrant MCP Server

Official
{ "name": "@usegrant/mcp", "version": "1.3.0", "description": "MCP server for usegrant", "repository": "github:usegranthq/mcp-server", "homepage": "https://github.com/usegranthq/mcp-server#readme", "bugs": "https://github.com/usegranthq/mcp-server/issues", "license": "MIT", "author": "sibiraj-s", "keywords": [ "mcp-server", "usegrant", "sdk" ], "files": [ "dist" ], "publishConfig": { "provenance": true, "access": "public" }, "type": "module", "exports": "./dist/index.js", "bin": { "usegrant-mcp": "dist/index.js" }, "scripts": { "dev": "tsc --watch", "build": "tsc", "postbuild": "shx chmod +x dist/*.js", "prepare": "husky" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.7.0", "@usegrant/sdk": "^2.0.0", "zod": "^3.24.2" }, "devDependencies": { "@changesets/cli": "^2.28.1", "@types/node": "^22.13.11", "husky": "^9.1.7", "lint-staged": "^15.5.0", "oxlint": "^0.16.2", "prettier": "^3.5.3", "shx": "^0.4.0", "typescript": "^5.8.2" } }