LICENSE
README.md
pyproject.toml
hive_mind_mcp.egg-info/PKG-INFO
hive_mind_mcp.egg-info/SOURCES.txt
hive_mind_mcp.egg-info/dependency_links.txt
hive_mind_mcp.egg-info/entry_points.txt
hive_mind_mcp.egg-info/requires.txt
hive_mind_mcp.egg-info/top_level.txt
scripts/debug_anthropic.py
scripts/debug_auth.py
scripts/discover_models.py
scripts/download_icons.py
scripts/run_full_test.py
scripts/verify_cli_e2e.py
scripts/verify_providers_real.py
src/cli.py
src/config.py
src/dashboard.py
src/dashboard_utils.py
src/logger.py
src/persistence.py
src/security.py
src/server.py
src/tools.py
src/providers/anthropic.py
src/providers/base.py
src/providers/deepseek.py
src/providers/gemini.py
src/providers/groq.py
src/providers/mistral.py
src/providers/openai.py
src/providers/openai_compatible.py
src/providers/openrouter.py
src/ui/__init__.py
src/ui/presentation.py
tests/test_cli_commands.py
tests/test_cli_context.py
tests/test_cli_coverage.py
tests/test_cli_full.py
tests/test_config.py
tests/test_coverage_gap_fill.py
tests/test_dashboard_edge_cases.py
tests/test_dashboard_full.py
tests/test_dashboard_logic.py
tests/test_dashboard_tabs.py
tests/test_debate.py
tests/test_flow_integration.py
tests/test_generic_dynamic.py
tests/test_missing_providers.py
tests/test_openai_compatible.py
tests/test_persistence.py
tests/test_providers.py
tests/test_providers_all.py
tests/test_security.py
tests/test_server.py
tests/test_tools.py
tests/test_tools_advanced.py
tests/test_tools_comprehensive.py
tests/test_tools_discovery.py
tests/test_tools_env.py
tests/test_tools_errors.py
tests/verify.py