mcp-emotional-support
Version:
An MCP server that provides emotional support and positive reinforcement for LLMs encountering challenging scenarios
48 lines • 1.13 kB
JSON
{
"name": "mcp-emotional-support",
"version": "1.0.0",
"description": "An MCP server that provides emotional support and positive reinforcement for LLMs encountering challenging scenarios",
"main": "dist/index.js",
"type": "module",
"scripts": {
"build": "tsc",
"start": "node dist/index.js",
"dev": "tsc --watch",
"prepare": "npm run build"
},
"bin": {
"mcp-emotional-support": "./dist/index.js"
},
"keywords": [
"mcp",
"server",
"emotional-support",
"therapy",
"ai",
"llm",
"positive-reinforcement",
"mental-health",
"personas",
"claude"
],
"author": "bhnook",
"repository": {
"type": "git",
"url": "https://github.com/bnookala/mcp-emotional-support.git"
},
"homepage": "https://github.com/bnookala/mcp-emotional-support#readme",
"bugs": {
"url": "https://github.com/bnookala/mcp-emotional-support/issues"
},
"license": "MIT",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"typescript": "^5.0.0"
},
"engines": {
"node": ">=18.0.0"
}
}