LPX
commited on
Commit
·
6432eef
1
Parent(s):
2f1900e
fix: update demo launch configuration to enable MCP server mode
Browse files- app_mcp.py +1 -1
app_mcp.py
CHANGED
@@ -602,4 +602,4 @@ if __name__ == "__main__":
|
|
602 |
private=False, # Keep your dataset private
|
603 |
token=os.getenv("HF_TOKEN") # Uncomment and set if token is not saved globally
|
604 |
) as scheduler:
|
605 |
-
demo.launch(
|
|
|
602 |
private=False, # Keep your dataset private
|
603 |
token=os.getenv("HF_TOKEN") # Uncomment and set if token is not saved globally
|
604 |
) as scheduler:
|
605 |
+
demo.launch(mcp_server=True)
|