gperdrizet commited on
Commit
f4c434b
·
verified ·
1 Parent(s): c7836a0

Updated space links.

Browse files
Files changed (2) hide show
  1. README.md +5 -5
  2. 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
- tags:
8
- - mcp-server-track
9
- - agent-demo-track
10
  ---
11
 
12
- # rss-mcp-client
13
 
14
  [![HuggingFace Space](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml/badge.svg)](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/Agents-MCP-Hackathon/rss-mcp-client)
 
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
  [![HuggingFace Space](https://github.com/gperdrizet/rss-mcp-client/actions/workflows/publish_hf_space.yml/badge.svg)](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/Agents-MCP-Hackathon/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
 
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