Mix.Interactive.CLI (hermes_mcp v0.9.1)

Standalone CLI application for Hermes MCP interactive shells.

This module serves as the entry point for the standalone binary compiled with Burrito. It can start SSE, WebSocket, or STDIO interactive shells based on command-line arguments.

Summary

Functions

check_client_connection(client, attempt \\ 5)

check_sse_connection(sse, attempt \\ 3)

check_websocket_connection(ws, attempt \\ 3)

main(args)

Main entry point for the standalone CLI application.