@viberaven/mcp
Version:
MCP server for VibeRaven production-readiness: check_readiness, verify, heal, audit, and strict gate tools for Cursor, Claude Code, and Codex.
45 lines (44 loc) • 1.03 kB
JSON
{
"name": "@viberaven/mcp",
"version": "1.1.8",
"description": "MCP server for VibeRaven production-readiness: check_readiness, verify, heal, audit, and strict gate tools for Cursor, Claude Code, and Codex.",
"license": "MIT",
"author": "VibeRaven",
"mcpName": "io.github.ohad6k/viberaven",
"homepage": "https://viberaven.dev/mcp.md",
"repository": {
"type": "git",
"url": "git+https://github.com/ohad6k/VibeRaven.git",
"directory": "packages/mcp"
},
"bugs": {
"url": "https://github.com/ohad6k/VibeRaven/issues"
},
"keywords": [
"viberaven",
"mcp",
"claude-code",
"codex",
"cursor",
"launch-readiness",
"production"
],
"publishConfig": {
"access": "public",
"tag": "latest"
},
"bin": {
"viberaven-mcp": "bin/server.js"
},
"files": [
"bin",
"README.md"
],
"engines": {
"node": ">=20"
},
"scripts": {
"smoke": "node scripts/smoke.mjs",
"test": "vitest run"
}
}