Skip to content

Commit e8c26d7

Browse files
authoredMar 12, 2025··
Update usage.md: Add embedded LLMChat as option
1 parent 1047659 commit e8c26d7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed
 

‎docs/usage.md

+14
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,20 @@ Wanaku implements the MCP protocol and, by definition, should support any client
192192

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

195+
### Embedded LLMChat for testing
196+
197+
Wanaku Console includes simple LLMChat specificly designed for quick testing of the tools.
198+
199+
```
200+
open http://localhost:8080
201+
```
202+
203+
![Embedded LLMChat for testing](https://github.com/user-attachments/assets/7a80aacd-0da8-435b-8cd9-75cc073dfc79)
204+
205+
1. Setup LLM - baseurl, api key, model, and extra parameters
206+
2. Select tools
207+
3. Enter prompt and send
208+
195209
### HyperChat
196210

197211
Wanaku works with [HyperChat](https://github.com/BigSweetPotatoStudio/HyperChat), however, setting up requires manually editing the `mcp.json` file. You can follow

0 commit comments

Comments
 (0)
Please sign in to comment.