{ "name": "@unleash/mcp", "version": "0.4.1", "packageManager": "pnpm@11.0.8", "mcpName": "io.getunleash/unleash-mcp", "description": "MCP server for managing Unleash feature flags", "repository": { "type": "git", "url": "git+https://github.com/Unleash/unleash-mcp.git" }, "homepage": "https://github.com/Unleash/unleash-mcp#readme", "bugs": { "url": "https://github.com/Unleash/unleash-mcp/issues" }, "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "types": "./dist/index.d.ts" }, "./server": { "import": "./dist/server.js", "types": "./dist/server.d.ts" }, "./remote": { "import": "./dist/remote.js", "types": "./dist/remote.d.ts" } }, "bin": { "unleash-mcp": "dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsx src/index.ts", "lint": "biome check .", "lint:fix": "biome check --write .", "test": "vitest run --passWithNoTests", "prepack": "npm run build" }, "keywords": [ "mcp", "unleash", "feature-flags" ], "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "dotenv": "^17.4.2", "zod": "^4.4.3" }, "devDependencies": { "@biomejs/biome": "2.4.15", "@types/express": "^5.0.6", "@types/node": "^22.10.2", "@types/supertest": "^6.0.3", "express": "^5.2.1", "supertest": "^7.2.2", "tsx": "^4.19.2", "typescript": "^5.9.3", "vitest": "^4.1.5" }, "files": [ "dist" ], "publishConfig": { "access": "public" }, "engines": { "node": ">=20" } }