mirror of
https://github.com/invariantlabs-ai/invariant-gateway.git
synced 2026-07-05 10:27:50 +02:00
fix: print breaks claude
This commit is contained in:
@@ -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.")
|
||||
|
||||
Reference in New Issue
Block a user