mrfakename seyf1elislam commited on
Commit
79c4bb8
·
verified ·
1 Parent(s): e7338c1

allow MCP (#39)

Browse files

- allow MCP (71d776aa27638c7fa26eca4884211bcaf3e6b493)


Co-authored-by: seyf EL <seyf1elislam@users.noreply.huggingface.co>

Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -254,5 +254,6 @@ if __name__ == "__main__":
254
  footer_links=[
255
  "api",
256
  "gradio"
257
- ]
 
258
  )
 
254
  footer_links=[
255
  "api",
256
  "gradio"
257
+ ],
258
+ mcp_server=True
259
  )