junma commited on
Commit
4a059a8
·
verified ·
1 Parent(s): 8ef1d70

Enable MCP server (mcp_server=True)

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -374,4 +374,5 @@ if __name__ == "__main__":
374
  share=False,
375
  theme=gr.themes.Soft(),
376
  ssr_mode=False,
 
377
  )
 
374
  share=False,
375
  theme=gr.themes.Soft(),
376
  ssr_mode=False,
377
+ mcp_server=True
378
  )