ai4mats-mcp-tools/opencode.json

69 lines
1.8 KiB
JSON
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"$schema": "https://opencode.ai/config.json",
"instructions": [
"请始终使用简体中文进行回复,除非我明确要求使用其他语言。",
"涉及编程术语时,请保留英文原文并(在必要时)提供中文解释。",
"远程训练:用户给出 Git 地址 + 本地数据集文件路径时,必须使用 skill mmp-training-workflow 的模式 Cprepare_quick_training禁止 AskQuestion 询问 A/B/C。Skill 路径以 mmp-unified/skills/ 为准,勿读 train-skills/ 旧文件。"
],
"provider": {
"MiniMax-M2.7": {
"npm": "@ai-sdk/openai-compatible",
"name": "MiniMax-M2.7",
"options": {
"baseURL": "http://172.20.32.236:8000/v1",
"apiKey": "not-needed"
},
"models": {
"MiniMax-M2.7": {
"name": "MiniMax-M2.7"
}
}
}
},
"permission": {
"skill": {
"*": "allow",
"mmp-resources": "allow",
"mmp-training-workflow": "allow"
}
},
"skills": {
"paths": ["./mmp-unified"]
},
"mcp": {
"bayesian-analysis": {
"type": "local",
"command": ["python", "tools/bayesian_mcp_server.py"],
"enabled": true
},
"tem-analysis": {
"type": "local",
"command": ["python", "tools/tem_analysis_mcp_server.py"],
"enabled": true
},
"cvd-param-recommender": {
"type": "local",
"command": ["python", "tools/cvd_param_recommender_mcp_server.py"],
"enabled": true
},
"cvd-chat-recommender": {
"type": "local",
"command": [
"python",
"C:\\Users\\fanshuai\\PycharmProjects\\ai4mats-mcp-tools\\tools\\cvd_chat_recommender_mcp_server.py"
],
"enabled": true
},
"app-deploy-service": {
"type": "local",
"command": ["python", "tools/app_deploy_mcp_server.py"],
"enabled": true
},
"mmp-platform": {
"type": "remote",
"url": "http://127.0.0.1:8000/mcp",
"enabled": true
}
}
}