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

12 lines
208 B
JSON

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