Compare commits
2 Commits
43a8255272
...
d0edc1a725
| Author | SHA1 | Date | |
|---|---|---|---|
| d0edc1a725 | |||
|
|
cb51ff7ba1 |
@@ -2,14 +2,17 @@
|
||||
"mcpServers": {
|
||||
"supervisor": {
|
||||
"type": "http",
|
||||
"url": "http://koala:30320/mcp",
|
||||
"url": "https://supervisor-mcp.d-ma.be/mcp",
|
||||
"headers": {
|
||||
"Authorization": "Bearer ${SUPERVISOR_MCP_TOKEN}"
|
||||
}
|
||||
},
|
||||
"brain": {
|
||||
"type": "http",
|
||||
"url": "http://koala:30330/mcp"
|
||||
"url": "https://brain-mcp.d-ma.be/mcp",
|
||||
"headers": {
|
||||
"Authorization": "Bearer ${BRAIN_MCP_TOKEN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user