diff --git a/mini_agent/cli.py b/mini_agent/cli.py index 1038870..0280b7d 100644 --- a/mini_agent/cli.py +++ b/mini_agent/cli.py @@ -494,7 +494,7 @@ def _(event): key_bindings=kb, ) - # 9. Interactive loop + # 10. Interactive loop while True: try: # Get user input using prompt_toolkit @@ -568,7 +568,7 @@ def _(event): print(f"\n{Colors.RED}❌ Error: {e}{Colors.RESET}") print(f"{Colors.DIM}{'─' * 60}{Colors.RESET}\n") - # 10. Cleanup MCP connections + # 11. Cleanup MCP connections try: print(f"{Colors.BRIGHT_CYAN}Cleaning up MCP connections...{Colors.RESET}") await cleanup_mcp_connections()