精简项目:只保留 docker_logs + health + info 三个工具
- 移除 database/middleware 等复杂模块,先聚焦核心功能 - docker_logs:封装 docker logs --tail N <container> - 修复 go.mod 版本为 1.24 匹配 Docker 构建镜像 - Dockerfile 改用 alpine + docker-cli,避免 scratch 无 shell 问题 - docker-compose.yml 简化为单服务定义 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
+1
-4
@@ -1,4 +1 @@
|
||||
OPS_MCP_ENV=prod
|
||||
OPS_MCP_PORT=8080
|
||||
DB_PASSWORD=change_me_in_production
|
||||
JWT_SECRET=change_me_in_production
|
||||
OPS_MCP_TRANSPORT=sse
|
||||
|
||||
Reference in New Issue
Block a user