@prsna_ai/mcp-server
Version:
Model Context Protocol server for PRSNA personality profiles and communication insights
58 lines (57 loc) • 1.28 kB
JSON
{
"name": "@prsna_ai/mcp-server",
"version": "1.0.8",
"description": "Model Context Protocol server for PRSNA personality profiles and communication insights",
"main": "dist/index.js",
"type": "module",
"bin": {
"prsna-mcp": "dist/index.js"
},
"files": [
"dist/**/*",
"README.md",
"package.json"
],
"scripts": {
"build": "tsc",
"dev": "tsc --watch",
"start": "node dist/index.js",
"test": "npm run build && node dist/index.js",
"clean": "rm -rf dist",
"prepublishOnly": "npm run clean && npm run build"
},
"keywords": [
"mcp",
"model-context-protocol",
"prsna",
"personality",
"communication",
"ai",
"claude",
"cursor"
],
"author": "PRSNA Team",
"license": "MIT",
"homepage": "https://prsna.ai",
"repository": {
"type": "git",
"url": "https://github.com/your-org/PersonaAI.git",
"directory": "prsna-mcp"
},
"bugs": {
"url": "https://github.com/your-org/PersonaAI/issues"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.0",
"node-fetch": "^3.3.2",
"zod": "^3.25.56",
"dotenv": "^16.4.7"
},
"devDependencies": {
"@types/node": "^20.17.18",
"typescript": "^4.9.5"
},
"engines": {
"node": ">=16.0.0"
}
}