LICENSE
README.md
pyproject.toml
matrix_cli/__init__.py
matrix_cli/__main__.py
matrix_cli/config.py
matrix_cli/health.py
matrix_cli.egg-info/PKG-INFO
matrix_cli.egg-info/SOURCES.txt
matrix_cli.egg-info/dependency_links.txt
matrix_cli.egg-info/entry_points.txt
matrix_cli.egg-info/requires.txt
matrix_cli.egg-info/top_level.txt
matrix_cli/commands/alias.py
matrix_cli/commands/connection.py
matrix_cli/commands/doctor.py
matrix_cli/commands/handle_url.py
matrix_cli/commands/install.py
matrix_cli/commands/link.py
matrix_cli/commands/logs.py
matrix_cli/commands/mcp.py
matrix_cli/commands/ps.py
matrix_cli/commands/remotes.py
matrix_cli/commands/resolution.py
matrix_cli/commands/run.py
matrix_cli/commands/search.py
matrix_cli/commands/show.py
matrix_cli/commands/stop.py
matrix_cli/commands/uninstall.py
matrix_cli/commands/version.py
matrix_cli/util/console.py
matrix_cli/util/tables.py
tests/test_alias_store.py
tests/test_handle_url.py
tests/test_install_run_cycle.py
tests/test_ps_logs_doctor.py
tests/test_search_cli.py
tests/test_search_show_remotes.py