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.
This commit is contained in:
+6
-2
@@ -1,3 +1,7 @@
|
|||||||
{
|
{
|
||||||
"mcpServers": {}
|
"mcpServers": {
|
||||||
|
"reui": {
|
||||||
|
"url": "https://mcp.reui.io/api/mcp"
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"mcpServers": {
|
||||||
|
"reui": {
|
||||||
|
"type": "http",
|
||||||
|
"url": "https://mcp.reui.io/api/mcp"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"$schema": "https://opencode.ai/config.json",
|
||||||
|
"mcp": {
|
||||||
|
"reui": {
|
||||||
|
"type": "remote",
|
||||||
|
"url": "https://mcp.reui.io/api/mcp",
|
||||||
|
"enabled": true
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user