feat(ql3): harden copilot mcp host deployment

This commit is contained in:
whyour
2026-08-16 03:41:38 +08:00
parent 58025ede55
commit da4e7cf688
25 changed files with 734 additions and 48 deletions
@@ -0,0 +1,14 @@
{
"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"
}
}
}
}