diff --git a/mcp/windmill_mcp.py b/mcp/windmill_mcp.py index f14189f..8a445aa 100644 --- a/mcp/windmill_mcp.py +++ b/mcp/windmill_mcp.py @@ -242,7 +242,7 @@ def windmill_update_flow(path: str, summary: str, flow_definition: str, descript } resp = httpx.post( - _api(f"flows/edit/{path}"), + _api(f"flows/update/{path}"), headers=_headers(), json=payload, timeout=30,