Skip to content

Commit 8d7d60f

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c4af5bc + ee172ea commit 8d7d60f

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

README.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,24 @@ This repository is part of [mcp-kit](https://github.com/shaharia-lab/mcp-kit).
44
It is the frontend part of the MCP (Model Context Protocol) Kit written in Golang.
55
This frontend is a single page application built with Vite, React, Typescript.
66

7+
# Demo
8+
9+
Let's chat with LLM by providing additional capabilities (tools) coming from MCP server.
10+
11+
<video src="https://github.com/user-attachments/assets/81804a29-e896-4f65-a929-05ac6a6aa92a" controls title="MCP Kit in action"></video>
12+
713
## Installation
814

915
```shell
1016
nvm use 20
1117
npm install
1218
npm run dev
13-
```
19+
```
20+
21+
## MCP-Kit Backend
22+
23+
Feel free to checkout the main backend [here](https://github.com/shaharia-lab/mcp-kit).
24+
25+
## Disclaimer
26+
27+
We are actively improving this frontend. Not recommended for production-use yet.

0 commit comments

Comments
 (0)