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
@@ -80,7 +80,7 @@ FROM node:24.18.0-bookworm-slim@sha256:6f7b03f7c2c8e2e784dcf9295400527b9b1270fd3
ARG SOURCE_REVISION=uncommitted
LABEL org.opencontainers.image.title="QingLong 3.0 Cluster Admin" \
org.opencontainers.image.description="QingLong 3.0 short-lived cluster administration jobs" \
org.opencontainers.image.description="QingLong 3.0 cluster operations and bounded stdio MCP" \
org.opencontainers.image.source="https://github.com/whyour/qinglong" \
org.opencontainers.image.revision="${SOURCE_REVISION}" \
org.opencontainers.image.licenses="Apache-2.0"
@@ -2,7 +2,7 @@
"name": "@qinglong/cluster-admin-image-dependencies",
"version": "3.0.0-alpha.0",
"private": true,
"description": "Locked external dependencies for the QingLong 3.0 short-lived cluster admin image",
"description": "Locked external dependencies for QingLong 3.0 cluster operations and bounded stdio MCP",
"license": "Apache-2.0",
"engines": {
"node": ">=24.18.0 <25"
@@ -2,7 +2,7 @@
"name": "@qinglong/cluster-admin-image-dependencies",
"version": "3.0.0-alpha.0",
"private": true,
"description": "Production-only external dependency root for the QingLong 3.0 short-lived cluster admin image",
"description": "Production-only external dependency root for QingLong 3.0 cluster operations and bounded stdio MCP",
"license": "Apache-2.0",
"engines": {
"node": ">=24.18.0 <25"