Spaces:
Sleeping
Sleeping
Commit ·
c13343f
1
Parent(s): 82ef429
Add metadata section to README for project configuration
Browse files
README.md
CHANGED
|
@@ -1,3 +1,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Text Counting MCP Server
|
| 2 |
|
| 3 |
A comprehensive text analysis and counting operations server built with Gradio, featuring both a web interface and MCP (Model Context Protocol) server capabilities.
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Text Counting MCP Server
|
| 3 |
+
emoji: 🔢
|
| 4 |
+
colorFrom: blue
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: gradio
|
| 7 |
+
sdk_version: "4.0.0"
|
| 8 |
+
app_file: mcp_server.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Text Counting MCP Server
|
| 13 |
|
| 14 |
A comprehensive text analysis and counting operations server built with Gradio, featuring both a web interface and MCP (Model Context Protocol) server capabilities.
|