package.jsonā¢639 B
{
"name": "persona-mcp",
"version": "2.0.0",
"description": "Advanced Persona MCP with 26 world-class expert personas, smart context detection, persona chaining, and community marketplace. Submarine Mode for 80%+ token savings.",
"type": "module",
"main": "index.js",
"bin": {
"persona-mcp": "./index.js"
},
"scripts": {
"start": "node index.js"
},
"keywords": [
"mcp",
"persona",
"claude",
"ai",
"token-optimization",
"context-awareness",
"llm-tools"
],
"author": "",
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0",
"docx": "^9.5.1"
}
}