fix: print breaks claude

This commit is contained in:
Marco Milanta
2025-04-17 14:59:59 +02:00
parent 2b9785de11
commit 20d1e0afd4
-1
View File
@@ -36,7 +36,6 @@ def main():
verb = sys.argv[1]
if verb == "mcp":
print("[MCP] Running Invariant Gateway against MCP servers...")
return asyncio.run(mcp.execute(sys.argv[2:]))
if verb == "llm":
print("[gateway/__main__.py] 'llm' action is not implemented yet.")