log version

This commit is contained in:
Luca Beurer-Kellner
2025-05-08 18:08:19 +02:00
parent c2e9745163
commit cfacbde975
+2
View File
@@ -554,6 +554,8 @@ async def execute(args: list[str] = None):
mcp_log("[ERROR] INVARIANT_API_KEY environment variable is not set.")
sys.exit(1)
mcp_log("[INFO] Running with Python version: %s", sys.version)
mcp_gateway_args, mcp_server_command_args = split_args(args)
ctx = McpContext(mcp_gateway_args)