13 lines
240 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|