17 lines
306 B
JSON
17 lines
306 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"suno": {
|
|
"type": "local",
|
|
"command": [
|
|
"node",
|
|
"/home/user/moder/mcp/suno-server/dist/index.js"
|
|
],
|
|
"env": {
|
|
"SUNO_API_KEY": "YOUR_SUNO_API_KEY_HERE"
|
|
},
|
|
"enabled": true
|
|
}
|
|
}
|
|
}
|