Files
VoiceStudio/docs/mcp.json
T
Palash Debnath 0ecbf136e7 refactor: codebase cleanup & root folder reorganization (#38)
refactor: codebase cleanup & root folder reorganization
2026-05-03 03:12:07 +05:30

13 lines
240 B
JSON

{
"mcpServers": {
"omnivoice": {
"command": "python",
"args": ["-m", "backend.mcp_server"],
"cwd": "/path/to/OmniVoice-Studio",
"env": {
"OMNIVOICE_API_URL": "http://localhost:3900"
}
}
}
}