提交qiming-mcp-proxy

This commit is contained in:
Codex
2026-06-01 13:03:20 +08:00
parent 9e9486b7c2
commit afb3d9f4e6
394 changed files with 124494 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
# mcp-proxy 默认配置文件(用于 Docker 环境)
server:
# 监听端口
port: 8080
# 监听地址
host: 0.0.0.0
log:
# 日志级别: trace, debug, info, warn, error
level: info
# 日志文件路径Docker 环境下输出到 stdout此配置仅用于本地文件日志
path: /app/logs
# 保留最近 N 个日志文件
retain_days: 3