add mcp support

#1
by ysharma HF Staff - opened
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -317,4 +317,4 @@ with gr.Blocks(css=css) as demo:
317
  demo.queue(default_concurrency_limit=1, # ≤ 1 worker per event
318
  max_size=20) # optional: allow 20 waiting jobs
319
 
320
- demo.launch(share=True)
 
317
  demo.queue(default_concurrency_limit=1, # ≤ 1 worker per event
318
  max_size=20) # optional: allow 20 waiting jobs
319
 
320
+ demo.launch(mcp_server=True)