Spaces:
Runtime error
Runtime error
Updated space URLs.
Browse files- .github/workflows/publish_hf_space.yml +1 -1
- README.md +2 -2
- assets/text.py +1 -1
.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/
|
|
|
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 |
-
#
|
12 |
|
13 |
[](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/
|
|
|
8 |
- mcp-server-track
|
9 |
---
|
10 |
|
11 |
+
# RSS MCP server
|
12 |
|
13 |
[](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/
|
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)
|