Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
lysandre
/
c2c
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Jikkii
commited on
15 days ago
Commit
5c2808f
Β·
1 Parent(s):
8fd5872
MCP takeoff π
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -186,4 +186,4 @@ with gr.Blocks(title="Camptocamp MCP Server") as demo:
186
inputs=[lstr],
187
outputs=lout)
188
189
-
demo.launch()
186
inputs=[lstr],
187
outputs=lout)
188
189
+
demo.launch(
mcp_server=True
)