mysketches commited on
Commit
d0eb86f
·
1 Parent(s): c6582f6
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -15,7 +15,11 @@ tags:
15
 
16
  # Documentation Registry Gradio App
17
 
18
- This Gradio application provides a simple interface to browse and retrieve documentation entries from a registry defined in a local JSON file (`llms.json`). The app offers two main features:
 
 
 
 
19
 
20
  - **Load Registry:**
21
  View the entire contents of the documentation registry in a formatted JSON view. This helps users see all available documentation entries, including their IDs, descriptions, and URLs.
 
15
 
16
  # Documentation Registry Gradio App
17
 
18
+ This Gradio application provides a simple interface to browse and retrieve documentation entries from a registry defined in a local JSON file (`llms.json`).
19
+
20
+ You can view the demo of thid MCP Server here: [Youtube demo](https://youtu.be/PeJrcEaaBx0)
21
+
22
+ The app offers two main features:
23
 
24
  - **Load Registry:**
25
  View the entire contents of the documentation registry in a formatted JSON view. This helps users see all available documentation entries, including their IDs, descriptions, and URLs.