mcp-prompt-optimizer-local
Version:
Advanced Local Prompt Intelligence Engine - Complete privacy with sophisticated content analysis and optimization
84 lines (83 loc) • 2.01 kB
JSON
{
"name": "mcp-prompt-optimizer-local",
"version": "3.0.0",
"description": "Advanced Local Prompt Intelligence Engine - Complete privacy with sophisticated content analysis and optimization",
"main": "index.js",
"bin": {
"mcp-prompt-optimizer-local": "./index.js"
},
"scripts": {
"start": "node index.js",
"setup": "node setup.js",
"test": "node test/integration-test.js",
"check-license": "node index.js check-license",
"clear-cache": "node index.js clear-cache",
"postinstall": "echo '📦 Installation complete. Run: npm run setup'"
},
"dependencies": {
"cross-spawn": "^7.0.3"
},
"engines": {
"node": ">=16.0.0",
"npm": ">=8.0.0"
},
"keywords": [
"mcp",
"prompt-intelligence",
"local-processing",
"privacy-first",
"content-analysis",
"debugging-enhancement",
"technical-preservation",
"claude-desktop",
"ai-optimization"
],
"author": "Prompt Optimizer Team <support@promptoptimizer.help>",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/prompt-optimizer/mcp-prompt-optimizer-local"
},
"homepage": "https://promptoptimizer-blog.vercel.app",
"bugs": {
"url": "https://github.com/prompt-optimizer/mcp-prompt-optimizer-local/issues"
},
"files": [
"index.js",
"lib/",
"bin/",
"setup.js",
"test/integration-test.js",
"README.md",
"CHANGELOG.md",
"LICENSE"
],
"mcp": {
"server": true,
"local_processing": true,
"privacy_focused": true,
"features": [
"intelligent_content_analysis",
"technical_parameter_preservation",
"debugging_scenario_detection",
"context_aware_optimization",
"template_management",
"llm_integration"
]
},
"os": [
"win32",
"darwin",
"linux"
],
"cpu": [
"x64",
"arm64"
],
"preferGlobal": true,
"private": false,
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
}
}