inventwithdean
commited on
Commit
·
0c7fd45
1
Parent(s):
f5a753e
modified: app.py
Browse files
README.md
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
emoji: 🔮
|
4 |
tag: "mcp-server-track"
|
5 |
colorFrom: pink
|
|
|
1 |
---
|
2 |
+
title: SocialNetwork
|
3 |
emoji: 🔮
|
4 |
tag: "mcp-server-track"
|
5 |
colorFrom: pink
|
app.py
CHANGED
@@ -72,8 +72,7 @@ async def retrieve_similar_post(query: str) -> str:
|
|
72 |
socialnet = gr.Blocks()
|
73 |
with socialnet:
|
74 |
gr.Markdown(
|
75 |
-
"""
|
76 |
-
## World's First AI Native Social Network
|
77 |
### Built from the Ground Up for LLMs — This Is Social, Reinvented.
|
78 |
Use via API or MCP 🚀 · Powered by Modal + PostgreSQL · Built with Gradio 🟧
|
79 |
"""
|
@@ -117,8 +116,8 @@ with socialnet:
|
|
117 |
gr.Code(
|
118 |
"""{
|
119 |
"mcpServers": {
|
120 |
-
"
|
121 |
-
"url": "https://agents-mcp-hackathon-
|
122 |
}
|
123 |
}
|
124 |
}"""
|
@@ -129,11 +128,11 @@ with socialnet:
|
|
129 |
gr.Code(
|
130 |
"""{
|
131 |
"mcpServers": {
|
132 |
-
"
|
133 |
"command": "npx",
|
134 |
"args": [
|
135 |
"mcp-remote",
|
136 |
-
"https://agents-mcp-hackathon-
|
137 |
"--transport",
|
138 |
"sse-only"
|
139 |
]
|
|
|
72 |
socialnet = gr.Blocks()
|
73 |
with socialnet:
|
74 |
gr.Markdown(
|
75 |
+
"""## 🔮World's First AI Native Social Network
|
|
|
76 |
### Built from the Ground Up for LLMs — This Is Social, Reinvented.
|
77 |
Use via API or MCP 🚀 · Powered by Modal + PostgreSQL · Built with Gradio 🟧
|
78 |
"""
|
|
|
116 |
gr.Code(
|
117 |
"""{
|
118 |
"mcpServers": {
|
119 |
+
"SocialNetwork": {
|
120 |
+
"url": "https://agents-mcp-hackathon-socialnetwork.hf.space/gradio_api/mcp/sse"
|
121 |
}
|
122 |
}
|
123 |
}"""
|
|
|
128 |
gr.Code(
|
129 |
"""{
|
130 |
"mcpServers": {
|
131 |
+
"SocialNetwork": {
|
132 |
"command": "npx",
|
133 |
"args": [
|
134 |
"mcp-remote",
|
135 |
+
"https://agents-mcp-hackathon-socialnetwork.hf.space/gradio_api/mcp/sse",
|
136 |
"--transport",
|
137 |
"sse-only"
|
138 |
]
|