File tree Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Expand file tree Collapse file tree 1 file changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,24 @@ This repository is part of [mcp-kit](https://github.com/shaharia-lab/mcp-kit).
4
4
It is the frontend part of the MCP (Model Context Protocol) Kit written in Golang.
5
5
This frontend is a single page application built with Vite, React, Typescript.
6
6
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
+
7
13
## Installation
8
14
9
15
``` shell
10
16
nvm use 20
11
17
npm install
12
18
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.
You can’t perform that action at this time.
0 commit comments