25 lines
427 B
JSON
25 lines
427 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"permission": "allow",
|
|
"experimental": {
|
|
"snapshots": false
|
|
},
|
|
"mcp": {
|
|
"minimax-search": {
|
|
"type": "local",
|
|
"command": [
|
|
"uvx",
|
|
"minimax-coding-plan-mcp",
|
|
"-y"
|
|
],
|
|
"environment": {
|
|
"MINIMAX_API_HOST": "https://api.minimax.io"
|
|
}
|
|
}
|
|
},
|
|
"skills": {
|
|
"paths": [
|
|
"/app/skills"
|
|
]
|
|
}
|
|
} |