mirror of
https://github.com/sun-guannan/CapCutAPI.git
synced 2025-11-24 19:13:01 +08:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"mcpServers": {
|
|
"capcut-api": {
|
|
"command": "python3.10",
|
|
"args": ["mcp_server.py"],
|
|
"cwd": "/Users/chuham/Downloads/CapCutAPI-dev",
|
|
"env": {
|
|
"PYTHONPATH": "/Users/chuham/Downloads/CapCutAPI-dev"
|
|
}
|
|
}
|
|
}
|
|
} |