Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
prathje/gradio_fileserver_mcp
prathje
/
gradio_motioncanvas_docs_mcp_server
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Patrick Rathje
commited on
Jun 10
Commit
4f3aa05
·
1 Parent(s):
e903cc3
enable mcp server
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -126,4 +126,4 @@ with gr.Blocks() as demo:
126
127
128
if __name__ == "__main__":
129
-
demo.launch()
126
127
128
if __name__ == "__main__":
129
+
demo.launch(
mcp_server=True
)