gperdrizet commited on
Commit
cb97e27
·
verified ·
1 Parent(s): e5249be

Updated space URLs.

Browse files
.github/workflows/publish_hf_space.yml CHANGED
@@ -18,4 +18,4 @@ jobs:
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
- run: git push https://gperdrizet:[email protected]/spaces/Agents-MCP-Hackathon/rss-mcp-server main
 
18
  - name: Push to hub
19
  env:
20
  HF_TOKEN: ${{ secrets.HF_TOKEN }}
21
+ run: git push https://gperdrizet:[email protected]/spaces/gperdrizet/rss-mcp-server main
README.md CHANGED
@@ -8,8 +8,8 @@ tags:
8
  - mcp-server-track
9
  ---
10
 
11
- # rss-mcp-server
12
 
13
  [![HuggingFace Space](https://github.com/gperdrizet/rss-mcp-server/actions/workflows/publish_hf_space.yml/badge.svg)](https://github.com/gperdrizet/rss-mcp-server/actions/workflows/publish_hf_space.yml)
14
 
15
- RSS feed reader Model Context Protocol server: try it on [HuggingFace Spaces](https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-server)
 
8
  - mcp-server-track
9
  ---
10
 
11
+ # RSS MCP server
12
 
13
  [![HuggingFace Space](https://github.com/gperdrizet/rss-mcp-server/actions/workflows/publish_hf_space.yml/badge.svg)](https://github.com/gperdrizet/rss-mcp-server/actions/workflows/publish_hf_space.yml)
14
 
15
+ RSS feed reader Model Context Protocol server: try it on [HuggingFace Spaces](https://huggingface.co/spaces/gperdrizet/rss-mcp-server)
assets/text.py CHANGED
@@ -16,7 +16,7 @@ DESCRIPTION = ('''
16
 
17
  This space is a MCP server which exposes custom tools to find and interact with
18
  RSS feed. See
19
- [Agentic RSS reader](https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client)
20
  for a demonstration of its use by an agent. Also, check out the
21
  [main project repo on GitHub](https://github.com/gperdrizet/MCP-hackathon/tree/main).
22
  Both Spaces by [George Perdrizet](https://www.linkedin.com/in/gperdrizet)
 
16
 
17
  This space is a MCP server which exposes custom tools to find and interact with
18
  RSS feed. See
19
+ [Agentic RSS reader](https://huggingface.co/spaces/gperdrizet/rss-mcp-client)
20
  for a demonstration of its use by an agent. Also, check out the
21
  [main project repo on GitHub](https://github.com/gperdrizet/MCP-hackathon/tree/main).
22
  Both Spaces by [George Perdrizet](https://www.linkedin.com/in/gperdrizet)