Spaces:
Running
on
Zero
Running
on
Zero
add mcp support
#1
by
ysharma
HF Staff
- opened
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(
|
|
|
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)
|