You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: docs/usage.md
+16-1
Original file line number
Diff line number
Diff line change
@@ -183,6 +183,11 @@ Wanaku implements the MCP protocol and, by definition, should support any client
183
183
184
184
The details below describe how Wanaku MCP router can be used with some prominent MCP clients:
185
185
186
+
### HyperChat
187
+
188
+
Wanaku works with [HyperChat](https://github.com/BigSweetPotatoStudio/HyperChat), however, setting up requires manually editing the `mcp.json` file. You can follow
189
+
[the steps descripted on the improvement ticket](https://github.com/BigSweetPotatoStudio/HyperChat/issues/30) to set it up.
190
+
186
191
### LibreChat
187
192
188
193
For [LibreChat](https://www.librechat.ai/docs) search for `mcpServers` on the `librechat.yml` file and include something similar to this:
@@ -197,6 +202,17 @@ mcpServers:
197
202
198
203
In LibreChat, you can access Wanaku MCP tools using [Agents](https://www.librechat.ai/docs/features/agents).
199
204
205
+
### Using an STDIO gateway
206
+
207
+
Wanaku does not support stdio.
208
+
Therefore, to use Wanaku with to use it with tools that don't support SSE, it is
209
+
necessary to use an stdio-to-SSE gateway.
210
+
The application [super gateway](https://github.com/supercorp-ai/supergateway) can be used for this.
0 commit comments