{ "name": "curatedmcp", "version": "2.1.1", "mcpName": "io.github.oneprofile-dev/mcp-launcher", "description": "The CuratedMCP agent — discover, run, audit, and govern every MCP server your AI tools (Claude, Cursor, Windsurf, Copilot, Gemini) use", "license": "MIT", "type": "module", "bin": { "curatedmcp": "./dist/index.js", "launcher": "./dist/index.js" }, "main": "./dist/index.js", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.js" } }, "files": [ "dist/**/*.js", "dist/**/*.json", "dist/**/*.d.ts", "dist/**/*.d.ts.map", "!dist/__tests__/", "README.md", "LICENSE", "package.json" ], "scripts": { "build": "tsc && cp src/guard/default-policy.json dist/guard/default-policy.json", "dev": "node --loader ts-node/esm src/index.ts", "test": "vitest run", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "mcp-hub", "mcp-server", "mcp-client", "mcp-gateway", "mcp-proxy", "mcp-orchestrator", "launcher", "install", "model-context-protocol", "claude", "claude-desktop", "cursor", "windsurf", "copilot", "gemini", "anthropic", "ai-tools", "ai-agent", "agent-orchestration", "discovery" ], "author": "CuratedMCP", "homepage": "https://curatedmcp.com/launcher", "repository": { "type": "git", "url": "https://github.com/oneprofile-dev/mcp-launcher" }, "bugs": { "url": "https://github.com/oneprofile-dev/mcp-launcher/issues" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.29.0", "chalk": "^5.3.0", "express": "^4.18.0", "minimatch": "^10.2.6" }, "devDependencies": { "@types/express": "^4.17.0", "@types/node": "^20", "typescript": "^5", "vitest": "^4.1.10" } }