fix(config): update MCP server URL and add authorization headers
Build and Push EvoFirewall Docker Image / build-and-push (push) Successful in 46s
Build and Push EvoFirewall Docker Image / create-release (push) Skipped

- Changed MCP server URL to a more concise format.
- Added authorization headers for secure API access.
This commit is contained in:
Denozordec
2026-07-21 00:25:21 +07:00
parent c40eff8a01
commit 6a5cdda318
+4 -1
View File
@@ -1,7 +1,10 @@
{
"mcpServers": {
"reui": {
"url": "https://mcp.reui.io/api/mcp"
"url": "https://mcp.reui.io",
"headers": {
"Authorization": "Bearer REUI-EAF4-EA40-6C5C-5D86"
}
}
}
}