Spaces:
Running
on
Zero
Running
on
Zero
MCP support? (#1)
Browse files- MCP support? (44513f731f3dd4174d73f2f39f023b20da05e20b)
Co-authored-by: Victor Mustar <[email protected]>
app.py
CHANGED
@@ -446,4 +446,4 @@ if __name__ == "__main__":
|
|
446 |
if os.path.exists(models_dir) and os.path.isdir(models_dir):
|
447 |
print(f"Model directory: {Path(models_dir).resolve()}")
|
448 |
|
449 |
-
demo.queue().launch(debug=True, share=False)
|
|
|
446 |
if os.path.exists(models_dir) and os.path.isdir(models_dir):
|
447 |
print(f"Model directory: {Path(models_dir).resolve()}")
|
448 |
|
449 |
+
demo.queue().launch(debug=True, share=False, mcp_server=True)
|