mirror of
https://github.com/microsoft/SkillOpt.git
synced 2026-07-03 14:02:58 +08:00
Exposes scripts/train.py and scripts/eval_only.py as Copilot MCP tools (skillopt_list_configs, skillopt_train, skillopt_eval) via a stdlib-only stdio server, mirroring the existing SkillOpt-Sleep plugin layout. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
12 lines
216 B
JSON
12 lines
216 B
JSON
{
|
|
"mcpServers": {
|
|
"skillopt": {
|
|
"command": "python3",
|
|
"args": ["plugins/copilot/skillopt/mcp_server.py"],
|
|
"env": {
|
|
"SKILLOPT_REPO": "${workspaceFolder}"
|
|
}
|
|
}
|
|
}
|
|
}
|