新增: 本地工具代理网关(AI 工具统一走 127.0.0.1:8899 转发 mysql/ssh/mongo/redis)

This commit is contained in:
lxy
2026-08-08 14:19:03 +08:00
parent 75d5a7091a
commit c1f2fe16c8
8 changed files with 823 additions and 10 deletions
+4
View File
@@ -31,6 +31,10 @@ tracing-appender = "0.2"
chrono.workspace = true
# augmentation::MentionResolver async trait(Input Augmentation 层核心设计2)
async-trait = { workspace = true }
# 本地工具代理统一网关(local_proxy_gateway):axum 监听 127.0.0.1:8899 路由到
# mysql/ssh/mongo/redis 4 代理端口。axum 0.7(df-mcp server_http 同款,workspace 已锁 0.7.9,
# 零新依赖树)。rust-work 改代理端口只改网关映射表,工具代码不感知端口。
axum = { version = "0.7" }
# 后端 crate
df-types = { path = "../crates/df-types" }