Skip to content

Commit dd036dd

Browse files
committed
Added information about other supported clients
1 parent c1ea078 commit dd036dd

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

docs/usage.md

+16-1
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,11 @@ Wanaku implements the MCP protocol and, by definition, should support any client
183183

184184
The details below describe how Wanaku MCP router can be used with some prominent MCP clients:
185185

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+
186191
### LibreChat
187192

188193
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:
197202

198203
In LibreChat, you can access Wanaku MCP tools using [Agents](https://www.librechat.ai/docs/features/agents).
199204

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.
211+
212+
```
213+
npx -y supergateway --sse http://localhost:8080/mcp/sse
214+
```
215+
200216
## Available Resources Providers
201217

202218
The following resources can be made available using Wanaku.
@@ -260,4 +276,3 @@ For those cases, leverage the `.proto` files in the `core-exchange` module for c
260276

261277
**NOTE**: for Java, you can still generate the project using the archetype, but in this case, you must implement your own
262278
delegate from scratch.
263-

0 commit comments

Comments
 (0)