Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:28:32 +08:00
commit ccd65b7f43
4 changed files with 97 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "mcp-voice-hooks-plugin",
"description": "Real-time voice interaction for Claude Code. Speak naturally while Claude works - interrupt, redirect, or provide continuous feedback without stopping.",
"version": "1.0.40",
"author": {
"name": "John Matthew Tennant",
"url": "https://github.com/johnmatthewtennant"
},
"hooks": [
"./hooks"
]
}