Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
pharma-IA
/
Demo_MCP_Server_MIT
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
geronimo-pericoli
commited on
May 7, 2025
Commit
b9837d4
·
verified
·
1 Parent(s):
8df00df
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -299,4 +299,4 @@ demo = gr.TabbedInterface(
299
["ArXiv", "Retrievers", "Tavily"]
300
)
301
302
-
demo.launch()
299
["ArXiv", "Retrievers", "Tavily"]
300
)
301
302
+
demo.launch(
mcp_server=True
)