From 00596524ff47bb1f128201ac98b4406f3a063c63 Mon Sep 17 00:00:00 2001 From: Silvestre Perret Date: Thu, 28 May 2026 13:57:09 -0400 Subject: [PATCH] fix/version-warning --- src/openstaad_mcp/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/openstaad_mcp/server.py b/src/openstaad_mcp/server.py index 94ff480..9223976 100644 --- a/src/openstaad_mcp/server.py +++ b/src/openstaad_mcp/server.py @@ -111,7 +111,7 @@ def list_instances() -> list[dict[str, Any]]: right one. The ``alias`` (e.g. ``staadPro1``) is stable for the server session even if the model file changes. - If a version is below the minimum supported (26.0.1), a ``warning`` + If a version is below the minimum supported (25.0.1), a ``warning`` field is included with details about potential data inaccuracies. """ results = []