playmak3r commited on
Commit
d6a7dfe
·
1 Parent(s): 40200a0

enable mcp server

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -468,6 +468,7 @@ def main():
468
  #server_port=args.port,
469
  #server_name="0.0.0.0" if args.share else "127.0.0.1",
470
  show_error=True,
 
471
  )
472
  except KeyboardInterrupt:
473
  print("\n🛑 Shutting down gracefully...")
 
468
  #server_port=args.port,
469
  #server_name="0.0.0.0" if args.share else "127.0.0.1",
470
  show_error=True,
471
+ mcp_server=True,
472
  )
473
  except KeyboardInterrupt:
474
  print("\n🛑 Shutting down gracefully...")