Spaces:
Sleeping
Sleeping
Updated space links.
Browse files- README.md +5 -5
- assets/html.py +1 -1
README.md
CHANGED
@@ -4,13 +4,13 @@ sdk: gradio
|
|
4 |
sdk_version: 5.32.1
|
5 |
app_file: rss_client.py
|
6 |
pinned: true
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
---
|
11 |
|
12 |
-
#
|
13 |
|
14 |
[](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml)
|
15 |
|
16 |
-
LLM agent RSS feed reader using Model Context Protocol: try it on [HuggingFace Spaces](https://huggingface.co/spaces/
|
|
|
4 |
sdk_version: 5.32.1
|
5 |
app_file: rss_client.py
|
6 |
pinned: true
|
7 |
+
colorFrom: indigo
|
8 |
+
colorTo: yellow
|
9 |
+
short_description: 'RSS feed RAG chatbot using MCP '
|
10 |
---
|
11 |
|
12 |
+
# RSS MCP client
|
13 |
|
14 |
[](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml)
|
15 |
|
16 |
+
LLM agent RSS feed reader using Model Context Protocol: try it on [HuggingFace Spaces](https://huggingface.co/spaces/gperdrizet/rss-mcp-client)
|
assets/html.py
CHANGED
@@ -16,7 +16,7 @@ DESCRIPTION = (
|
|
16 |
<b>Solution</b>: Build a tool to allow LLMs to find and interact with RSS feeds on behalf of the user.</p>
|
17 |
<h2>Introduction</h2>
|
18 |
<p>This demonstration uses sister space
|
19 |
-
<a href='https://huggingface.co/spaces/
|
20 |
RSS feed reader</a> via MCP to interact with RSS feeds. Click 'Connect to MCP
|
21 |
server' to get started. If it takes a minute or two to reply, don't worry the inference
|
22 |
container was probably cold and spinning up. Check out the
|
|
|
16 |
<b>Solution</b>: Build a tool to allow LLMs to find and interact with RSS feeds on behalf of the user.</p>
|
17 |
<h2>Introduction</h2>
|
18 |
<p>This demonstration uses sister space
|
19 |
+
<a href='https://huggingface.co/spaces/gperdrizet/rss-mcp-server'>
|
20 |
RSS feed reader</a> via MCP to interact with RSS feeds. Click 'Connect to MCP
|
21 |
server' to get started. If it takes a minute or two to reply, don't worry the inference
|
22 |
container was probably cold and spinning up. Check out the
|