{ "name": "@prismatic-io/prism-mcp", "version": "1.5.0", "mcpName": "io.github.prismatic-io/prism-mcp", "description": "MCP server that wraps Prismatic's Prism CLI tool", "keywords": ["prismatic"], "main": "dist/index.js", "type": "module", "homepage": "https://prismatic.io", "bugs": { "url": "https://github.com/prismatic-io/prism-mcp/issues" }, "repository": { "type": "git", "url": "git+https://github.com/prismatic-io/prism-mcp.git" }, "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org" }, "files": ["dist/"], "license": "MIT", "bin": { "prism-mcp": "dist/index.js" }, "scripts": { "build": "tsc -p tsconfig.build.json && node scripts/chmod-bin.mjs", "dev": "bun run build && node dist/index.js", "start": "node dist/index.js", "typecheck": "tsc --noEmit", "test": "vitest run", "check": "biome check .", "check:fix": "biome check --write ." }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "@prismatic-io/prism": "^10.0.0", "lodash-es": "^4.17.23", "tinyexec": "^1.1.2", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "^1.6.3", "@types/lodash-es": "^4.17.12", "@types/node": "^26.0.0", "typescript": "^7.0.2", "vitest": "^4.1.10" }, "types": "./dist/index.d.ts", "trustedDependencies": ["@biomejs/biome"] }