vibedoctor
Version:
VibeDoctor - MCP server that intelligently reverts Claude Code CLI changes by analyzing clipboard exports. Works with Claude Code (https://www.anthropic.com/claude-code) to handle additions, deletions, and mixed changes with smart state tracking.
48 lines (47 loc) • 1.19 kB
JSON
{
"name": "vibedoctor",
"version": "1.0.2",
"description": "VibeDoctor - MCP server that intelligently reverts Claude Code CLI changes by analyzing clipboard exports. Works with Claude Code (https://www.anthropic.com/claude-code) to handle additions, deletions, and mixed changes with smart state tracking.",
"type": "module",
"main": "index.js",
"bin": {
"vibedoctor": "index.js"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mcp",
"model-context-protocol",
"claude-code",
"claude-cli",
"developer-tools",
"vibedoctor",
"revert",
"undo",
"code-changes",
"anthropic"
],
"author": "Mukul Pathak",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/pathakmukul/vibe-doctor.git"
},
"homepage": "https://github.com/pathakmukul/vibe-doctor#readme",
"bugs": {
"url": "https://github.com/pathakmukul/vibe-doctor/issues"
},
"engines": {
"node": ">=18.0.0"
},
"dependencies": {
"@modelcontextprotocol/sdk": "^1.15.1"
},
"files": [
"index.js",
"README.md",
"LICENSE"
]
}