Eightton克劳德代码
用于Claude Code CLI集成的MCP网桥服务。
概述
此服务将Claude Code CLI包装为一个容器化的HTTP端点,使用supergateway作为stdio到HTTP的网桥。
文件
proxy.mjs-从工具定义中剥离outputSchema的MCP代理entrypoint.sh-容器初始化脚本agent-prompt.md-开发工作流程说明
构建和部署
make build # Build container image
make deploy # Apply k8s manifests
make restart # Rolling restart
make all # Build + deploy + restart