23 lines
486 B
JSON
23 lines
486 B
JSON
{
|
|
"$schema": "https://opencode.ai/config.json",
|
|
"mcp": {
|
|
"ai-game-developer": {
|
|
"enabled": true,
|
|
"type": "remote",
|
|
"url": "http://localhost:21182"
|
|
},
|
|
"ichni-apifox": {
|
|
"command": [
|
|
"npx",
|
|
"-y",
|
|
"apifox-mcp-server@latest",
|
|
"--project=8133620"
|
|
],
|
|
"enabled": true,
|
|
"environment": {
|
|
"APIFOX_ACCESS_TOKEN": "afxp_724f70n6PADzaXJr0EJUN7n3UAv1cnakADKy"
|
|
},
|
|
"type": "local"
|
|
}
|
|
}
|
|
} |