{ "name": "@imjaineel-dev/sn-mcp-server", "version": "2.2.22", "description": "Multi-instance read-only MCP server for ServiceNow", "type": "module", "mcpName": "io.github.ImJaineel/SN-MCP-Server", "repository": { "type": "git", "url": "git+https://github.com/ImJaineel/SN-MCP-Server.git" }, "bin": { "sn-mcp-server": "src/cli.js" }, "files": [ "src/", "scripts/", "README.md", "LICENSE", "sn-instance.example.json", ".env.example" ], "engines": { "node": ">=22.0.0" }, "scripts": { "start": "node src/index.js", "dev": "node scripts/dev.js --verbose", "watch": "node --watch scripts/dev.js --verbose", "inspect": "node scripts/inspect.js", "sync-version": "node scripts/sync-version.js", "version": "node scripts/sync-version.js" }, "keywords": [ "servicenow", "mcp", "model-context-protocol", "itsm", "claude", "ai" ], "author": "Jaineel Petiwale", "license": "SEE LICENSE IN LICENSE", "funding": { "type": "GitHub", "url": "https://github.com/sponsors/ImJaineel" }, "publishConfig": { "access": "public" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "zod": "^3.22.4" } }