feat: polish the mcp-server configure feature (#447)

* feat: disable the MCP server configuation by default

* Fixed the lint and test errors

* fix the lint error

* feat:update the mcp config documents and tests

* fixed the lint errors
This commit is contained in:
Willem Jiang
2025-07-19 09:33:32 +08:00
committed by GitHub
parent 75ad3e0dc6
commit d34f48819d
4 changed files with 94 additions and 4 deletions

View File

@@ -13,7 +13,8 @@ AGENT_RECURSION_LIMIT=30
ALLOWED_ORIGINS=http://localhost:3000
# Enable or disable MCP server configuration, the default is false.
# Please enable this feature before securing your front-end and back-end in an internal environment.
# Please enable this feature before securing your front-end and back-end in a managed environment.
# Otherwise, you system could be compromised.
ENABLE_MCP_SERVER_CONFIGURATION=false