Cleaned up
Browse files- assets/html.py +6 -5
assets/html.py
CHANGED
@@ -11,13 +11,14 @@ TITLE = (
|
|
11 |
DESCRIPTION = (
|
12 |
'''
|
13 |
<p>RSS feed reader MCP server. See
|
14 |
-
<a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client">
|
15 |
-
for a demonstration. Check out the
|
16 |
-
<a href="https://github.com/gperdrizet/MCP-hackathon/tree/main">
|
17 |
-
Both Spaces by
|
|
|
18 |
|
19 |
<p>This Space is not meant to be used directly, but you can try out the bare tool below.
|
20 |
-
Enter a website name, website URL, or
|
21 |
to find the feed and return titles, links and summaries for the three most recent posts.
|
22 |
Suggestions: http://openai.com/news/rss.xml, hackernews.com, slashdot, etc.</p>
|
23 |
|
|
|
11 |
DESCRIPTION = (
|
12 |
'''
|
13 |
<p>RSS feed reader MCP server. See
|
14 |
+
<a href="https://huggingface.co/spaces/Agents-MCP-Hackathon/rss-mcp-client">
|
15 |
+
Agentic RSS reader</a>for a demonstration. Check out the
|
16 |
+
<a href="https://github.com/gperdrizet/MCP-hackathon/tree/main">
|
17 |
+
main project repo on GitHub</a>. Both Spaces by
|
18 |
+
<a href="https://www.linkedin.com/in/gperdrizet">George Perdrizet</a>.</p>
|
19 |
|
20 |
<p>This Space is not meant to be used directly, but you can try out the bare tool below.
|
21 |
+
Enter a website name, website URL, or feed URI. The tool will do it's best
|
22 |
to find the feed and return titles, links and summaries for the three most recent posts.
|
23 |
Suggestions: http://openai.com/news/rss.xml, hackernews.com, slashdot, etc.</p>
|
24 |
|