Files
Denozordec ece2b1e7b9
Build and Push Auth Portal Docker Image / build-and-push (push) Successful in 50s
Build and Push Auth Portal Docker Image / create-release (push) Skipped
feat(mcp): add ReUI server configuration to mcp.json
- Introduced ReUI server details with the API URL for mcp integration.
- Updated mcpServers structure to include the new server entry.
2026-07-21 00:25:14 +07:00

11 lines
177 B
JSON

{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"reui": {
"type": "remote",
"url": "https://mcp.reui.io/api/mcp",
"enabled": true
}
}
}