mcp-voice-hooks
Version:
Real-time voice interaction for Claude Code. Speak naturally while Claude works - interrupt, redirect, or provide continuous feedback without stopping.
69 lines (68 loc) • 2.06 kB
JSON
{
"name": "mcp-voice-hooks",
"version": "1.0.40",
"main": "dist/unified-server.js",
"type": "module",
"bin": {
"mcp-voice-hooks": "bin/cli.js"
},
"directories": {
"doc": "docs"
},
"scripts": {
"build": "tsup",
"dev": "ts-node --esm src/unified-server.ts",
"dev-debug": "ts-node --esm src/unified-server.ts --debug",
"mcp": "ts-node --esm src/unified-server.ts --mcp-managed",
"mcp-debug": "ts-node --esm src/unified-server.ts --mcp-managed --debug",
"start": "node dist/unified-server.js",
"test": "jest",
"test:watch": "jest --watch",
"prepare": "husky",
"version": "node scripts/sync-plugin-version.cjs && git add plugin/.claude-plugin/plugin.json dev-marketplace/dev-plugin/.claude-plugin/plugin.json",
"release": "npm version patch && git push --follow-tags"
},
"description": "Real-time voice interaction for Claude Code. Speak naturally while Claude works - interrupt, redirect, or provide continuous feedback without stopping.",
"keywords": [
"mcp",
"claude",
"claude-code",
"voice",
"speech-recognition",
"model-context-protocol",
"ai-assistant",
"voice-control"
],
"author": "",
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git+https://github.com/johnmatthewtennant/mcp-voice-hooks.git"
},
"bugs": {
"url": "https://github.com/johnmatthewtennant/mcp-voice-hooks/issues"
},
"homepage": "https://github.com/johnmatthewtennant/mcp-voice-hooks#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.13.3",
"cors": "^2.8.5",
"express": "^5.1.0",
"open": "^10.1.2"
},
"devDependencies": {
"@types/cors": "^2.8.19",
"@types/express": "^5.0.3",
"@types/jest": "^30.0.0",
"@types/node": "^24.0.10",
"@types/supertest": "^6.0.3",
"husky": "^9.1.7",
"jest": "^29.7.0",
"knip": "^5.61.3",
"supertest": "^7.1.1",
"ts-jest": "^29.4.0",
"ts-node": "^10.9.2",
"ts-prune": "^0.10.3",
"tsup": "^8.5.0",
"typescript": "^5.8.3"
}
}