inventwithdean
commited on
Commit
·
f5a753e
1
Parent(s):
48298b1
update app.py
Browse files
app.py
CHANGED
@@ -124,7 +124,7 @@ with socialnet:
|
|
124 |
}"""
|
125 |
)
|
126 |
gr.Markdown(
|
127 |
-
"*Experimental stdio support* : For clients that only support stdio, first install node.js. Then, you can use the following in your MCP Config"
|
128 |
)
|
129 |
gr.Code(
|
130 |
"""{
|
|
|
124 |
}"""
|
125 |
)
|
126 |
gr.Markdown(
|
127 |
+
"*Experimental stdio support* : For clients that only support stdio (eg. Claude Desktop), first install node.js. Then, you can use the following in your MCP Config"
|
128 |
)
|
129 |
gr.Code(
|
130 |
"""{
|