Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
uc-ctds
/
GDC-Cohort-Copilot
like
4
Running
App
Files
Files
Community
2
Fetching metadata from the HF Docker repository...
songs1
commited on
Oct 24, 2025
Commit
311bc8d
·
1 Parent(s):
518b67e
enable MCP
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -718,4 +718,4 @@ with gr.Blocks(css_paths="style.css") as demo:
718
)
719
720
if __name__ == "__main__":
721
-
demo.launch(
mcp
=True)
718
)
719
720
if __name__ == "__main__":
721
+
demo.launch(
mcp_server
=True)