.gitattributes
.gitignore
.mcp.json
.python-version
CONTRIBUTING.md
LICENSE
README.md
USER_GUIDE.md
claude.bat
pyproject.toml
.claude/CLAUDE.md
.claude/settings.local.json
.github/dependabot.yml
.github/workflows/ci.yml
.github/workflows/publish.yml
PR_Info/DEVELOPMENT_PROCESS.md
PR_Info/TASK_TRACKER.md
src/__init__.py
src/mcp_config/__init__.py
src/mcp_config/cli_utils.py
src/mcp_config/detection.py
src/mcp_config/discovery.py
src/mcp_config/errors.py
src/mcp_config/help_system.py
src/mcp_config/integration.py
src/mcp_config/main.py
src/mcp_config/output.py
src/mcp_config/paths.py
src/mcp_config/servers.py
src/mcp_config/utils.py
src/mcp_config/validation.py
src/mcp_config/clients/__init__.py
src/mcp_config/clients/base.py
src/mcp_config/clients/claude_code.py
src/mcp_config/clients/claude_desktop.py
src/mcp_config/clients/constants.py
src/mcp_config/clients/intellij.py
src/mcp_config/clients/utils.py
src/mcp_config/clients/vscode.py
src/mcp_config_tool.egg-info/PKG-INFO
src/mcp_config_tool.egg-info/SOURCES.txt
src/mcp_config_tool.egg-info/dependency_links.txt
src/mcp_config_tool.egg-info/entry_points.txt
src/mcp_config_tool.egg-info/requires.txt
src/mcp_config_tool.egg-info/top_level.txt
src/utils/__init__.py
src/utils/file_utils.py
src/utils/subprocess_runner.py
tests/TESTING_GUIDE.md
tests/__init__.py
tests/base_test_classes.py
tests/conftest.py
tests/manual_cli_test.md
tests/manual_cli_test.py
tests/manual_vscode_testing.md
tests/run_vscode_tests.py
tests/test_cli_command.py
tests/test_discovery_manual.py
tests/test_installation_modes.py
tests/test_subprocess_runner.py
tests/fixtures/__init__.py
tests/fixtures/mock_handlers.py
tests/fixtures/sample_configs.py
tests/test_config/test_claude_code_handler.py
tests/test_config/test_claude_code_integration.py
tests/test_config/test_cli_help_reference_project.py
tests/test_config/test_cli_intellij_basic.py
tests/test_config/test_cli_utils.py
tests/test_config/test_clients.py
tests/test_config/test_detection.py
tests/test_config/test_discovery.py
tests/test_config/test_dry_run.py
tests/test_config/test_filesystem_venv_fix.py
tests/test_config/test_help_system.py
tests/test_config/test_integration.py
tests/test_config/test_intellij_handler.py
tests/test_config/test_intellij_paths.py
tests/test_config/test_main.py
tests/test_config/test_output.py
tests/test_config/test_output_enhanced.py
tests/test_config/test_pythonpath_fixes.py
tests/test_config/test_servers.py
tests/test_config/test_setup_integration.py
tests/test_config/test_utils.py
tests/test_config/test_validation.py
tests/test_config/test_validation_enhanced.py
tests/test_config/test_vscode_cli.py
tests/test_config/test_vscode_handler.py
tests/test_config/test_vscode_integration.py
tests/test_config/test_vscode_performance.py
tests/test_config/test_wildcard_removal.py
tests/test_docs/__init__.py
tests/test_health/__init__.py
tests/test_health/test_isolation.py
tests/testdata/test_command_runner_stdio/README.md
tools/black.bat
tools/checks2clipboard.bat
tools/commit_summary.bat
tools/format_all.bat
tools/format_all.sh
tools/iSort.bat
tools/mypy.bat
tools/pr_review.bat
tools/pr_review_highlevel.bat
tools/pr_summary.bat
tools/pylint_check_for_errors.bat
tools/reinstall.bat