mirror of
https://github.com/whyour/qinglong.git
synced 2026-09-21 01:21:50 +08:00
15 lines
524 B
JSON
15 lines
524 B
JSON
{
|
|
"mcpServers": {
|
|
"qinglong-cluster-copilot": {
|
|
"command": "/absolute/path/to/docker-stdio.sh",
|
|
"args": ["serve"],
|
|
"env": {
|
|
"QL3_COPILOT_MCP_IMAGE": "ghcr.io/replace-owner/qinglong3-cluster-admin@sha256:0000000000000000000000000000000000000000000000000000000000000000",
|
|
"QL3_COPILOT_MCP_PRIVATE_ROOT": "/absolute/private/qinglong3-cluster-copilot",
|
|
"QL3_COPILOT_MCP_NETWORK": "qinglong3-copilot-egress",
|
|
"QL3_COPILOT_MCP_RESOURCE_CLASS": "compact"
|
|
}
|
|
}
|
|
}
|
|
}
|