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.2",
"@modelcontextprotocol/sdk": "^1.19.1",
"axios": "^1.12.2",
"body-parser": "^1.20.3",
"cors": "^2.8.5",
"dotenv": "^16.6.1",
"express": "^4.21.2",
"openai": "^4.104.0"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^4.17.23",
"@types/node": "^20.19.19",
"@vitest/coverage-v8": "^3.2.4",
"tsc-watch": "^6.3.1",
"typescript": "^5.9.3",
"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"
}