feat: add MCP tool and web UI management

This commit is contained in:
lpf
2026-03-07 22:09:52 +08:00
parent cff379809c
commit fb5a228e7d
16 changed files with 1836 additions and 4 deletions

View File

@@ -253,6 +253,22 @@
"api_key": "YOUR_BRAVE_API_KEY",
"max_results": 5
}
},
"mcp": {
"enabled": false,
"request_timeout_sec": 20,
"servers": {
"context7": {
"enabled": false,
"transport": "stdio",
"command": "npx",
"args": ["-y", "@upstash/context7-mcp"],
"env": {},
"working_dir": "/absolute/path/to/project",
"description": "Example MCP server",
"package": "@upstash/context7-mcp"
}
}
}
},
"gateway": {