Jikkii commited on
Commit
5c2808f
Β·
1 Parent(s): 8fd5872

MCP takeoff πŸš€

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -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)