铸渊: MCP Server 路由兼容 /mcp-config — Nginx 代理适配
This commit is contained in:
parent
7e452c6113
commit
836a4e8312
@ -899,7 +899,7 @@ app.get('/health', (req, res) => {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// MCP 配置获取(无需认证)— 用于 WorkBuddy 换账号后一键获取配置代码
|
// MCP 配置获取(无需认证)— 用于 WorkBuddy 换账号后一键获取配置代码
|
||||||
app.get('/config', (req, res) => {
|
app.get(['/config', '/mcp-config'], (req, res) => {
|
||||||
res.json({
|
res.json({
|
||||||
mcpServers: {
|
mcpServers: {
|
||||||
guanghulab: {
|
guanghulab: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user