UNPKG

@simonecoelhosfo/optimizely-mcp-server

Version:

Optimizely MCP Server for AI assistants with integrated CLI tools

74 lines (73 loc) 1.6 kB
{ "name": "@simonecoelhosfo/optimizely-mcp-server", "version": "2.2.78", "description": "Optimizely MCP Server for AI assistants with integrated CLI tools", "type": "module", "keywords": [ "optimizely", "mcp", "model-context-protocol", "ai", "claude", "cursor", "experimentation", "feature-flags" ], "main": "dist/index.js", "bin": { "optly": "./bin/optly" }, "files": [ "bin/", "dist/", "scripts/", "templates/", "agent-rules/", "docs/", "prebuilds/", "mcp-launcher.js", "optly-npx-fix.cjs", "README.md", "LICENSE" ], "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/optimizely/optly-mcp-server.git" }, "author": "Optimizely", "license": "MIT", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.12.1", "better-sqlite3": "^12.2.0", "chalk": "^5.3.0", "cli-progress": "^3.12.0", "commander": "^12.0.0", "console-table-printer": "^2.12.1", "csv-parse": "^5.5.6", "csv-stringify": "^6.5.1", "date-fns": "^3.6.0", "dotenv": "^16.5.0", "fs-extra": "^11.3.0", "fuse.js": "^7.1.0", "js-yaml": "^4.1.0", "jsonata": "^2.0.3", "jsonpath-plus": "^10.3.0", "log-update": "^6.1.0", "node-fetch": "^3.3.2", "ora": "^8.0.1", "pino": "^9.7.0", "pino-roll": "^3.1.0", "glob": "^8.1.0", "axios": "^1.6.0" }, "peerDependencies": { "node": ">=18.0.0" } }