package.json•1.78 kB
{
"name": "@pv-bhat/vibe-check-mcp",
"mcpName": "io.github.PV-Bhat/vibe-check-mcp-server",
"version": "2.5.1",
"description": "Metacognitive AI agent oversight: adaptive CPI interrupts for alignment, reflection and safety",
"main": "build/index.js",
"type": "module",
"files": [
"build"
],
"scripts": {
"build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"",
"prepare": "npm run build",
"start": "node build/index.js",
"dev": "tsc-watch --onSuccess \"node build/index.js\"",
"test": "vitest run",
"test:coverage": "vitest run --coverage",
"security-check": "node scripts/security-check.cjs"
},
"dependencies": {
"@google/generative-ai": "^0.17.1",
"@modelcontextprotocol/sdk": "^1.16.0",
"axios": "^1.12.2",
"body-parser": "^1.20.2",
"cors": "^2.8.5",
"dotenv": "^16.4.7",
"express": "^4.19.2",
"openai": "^4.68.1"
},
"devDependencies": {
"@types/cors": "^2.8.17",
"@types/express": "^4.17.21",
"@types/node": "^20.17.25",
"@vitest/coverage-v8": "^3.2.4",
"tsc-watch": "^6.0.0",
"typescript": "^5.3.0",
"vitest": "^3.2.4"
},
"engines": {
"node": ">=18.0.0"
},
"keywords": [
"mcp",
"mcp-server",
"vibe-check",
"vibe-coding",
"metacognition",
"ai-alignment",
"llm-agents",
"autonomous-agents",
"reflection",
"agent-oversight",
"ai-safety",
"prompt-engineering"
],
"author": "PV Bhat",
"repository": {
"type": "git",
"url": "https://github.com/PV-Bhat/vibe-check-mcp-server.git"
},
"bugs": {
"url": "https://github.com/PV-Bhat/vibe-check-mcp-server/issues"
},
"homepage": "https://github.com/PV-Bhat/vibe-check-mcp-server#readme",
"license": "MIT"
}