LICENSE
README.md
pyproject.toml
agnoctl/__init__.py
agnoctl/console.py
agnoctl/discovery.py
agnoctl/errors.py
agnoctl/http.py
agnoctl/main.py
agnoctl/mcp_client.py
agnoctl.egg-info/PKG-INFO
agnoctl.egg-info/SOURCES.txt
agnoctl.egg-info/dependency_links.txt
agnoctl.egg-info/entry_points.txt
agnoctl.egg-info/requires.txt
agnoctl.egg-info/top_level.txt
agnoctl/clients/__init__.py
agnoctl/clients/base.py
agnoctl/clients/claude_code.py
agnoctl/clients/claude_desktop.py
agnoctl/clients/codex.py
agnoctl/clients/cursor.py
agnoctl/commands/__init__.py
agnoctl/commands/_common.py
agnoctl/commands/connect.py
agnoctl/commands/create.py
agnoctl/commands/disconnect.py
agnoctl/commands/lifecycle.py
agnoctl/commands/status.py
agnoctl/commands/tokens.py
tests/test_adapters.py
tests/test_claude_desktop.py
tests/test_connect_cmd.py
tests/test_create_lifecycle.py
tests/test_disconnect_cmd.py
tests/test_discovery.py
tests/test_main.py
tests/test_mcp_client.py
tests/test_security.py
tests/test_status_cmd.py
tests/test_tokens_cmd.py