铸渊: MCP Server 路由兼容 /mcp-config — Nginx 代理适配

This commit is contained in:
bingshuo 2026-05-14 00:49:56 +08:00
parent 7e452c6113
commit 836a4e8312

View File

@ -899,7 +899,7 @@ app.get('/health', (req, res) => {
});
// MCP 配置获取(无需认证)— 用于 WorkBuddy 换账号后一键获取配置代码
app.get('/config', (req, res) => {
app.get(['/config', '/mcp-config'], (req, res) => {
res.json({
mcpServers: {
guanghulab: {