Enrique Cardoza
commited on
Commit
·
a3e6bb5
1
Parent(s):
d49e517
docs(metadata): add tags to project README
Browse files- Add mcp-server-track tag for server tracking
- Include transcript tag to indicate functionality
- Add mcp-server tag for server categorization
- Include api tag to highlight API integration
These tags improve discoverability and categorization of the project.
README.md
CHANGED
@@ -7,6 +7,11 @@ sdk: gradio
|
|
7 |
sdk_version: 5.33.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
|
|
|
|
|
|
|
|
|
|
10 |
---
|
11 |
|
12 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
7 |
sdk_version: 5.33.0
|
8 |
app_file: app.py
|
9 |
pinned: false
|
10 |
+
tags:
|
11 |
+
- mcp-server-track
|
12 |
+
- transcript
|
13 |
+
- mcp-server
|
14 |
+
- api
|
15 |
---
|
16 |
|
17 |
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|