Files
microsoft--skillopt/plugins/copilot/skillopt/mcp-config.example.json
T
2026-07-13 12:24:16 +08:00

12 lines
216 B
JSON

{
"mcpServers": {
"skillopt": {
"command": "python3",
"args": ["plugins/copilot/skillopt/mcp_server.py"],
"env": {
"SKILLOPT_REPO": "${workspaceFolder}"
}
}
}
}