新增: 本地工具代理网关(AI 工具统一走 127.0.0.1:8899 转发 mysql/ssh/mongo/redis)
This commit is contained in:
@@ -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" }
|
||||
|
||||
Reference in New Issue
Block a user