LICENSE
README.md
pyproject.toml
src/main.py
src/cli/__init__.py
src/cli/main.py
src/cli/commands/__init__.py
src/cli/commands/animation.py
src/cli/commands/asset.py
src/cli/commands/audio.py
src/cli/commands/batch.py
src/cli/commands/code.py
src/cli/commands/component.py
src/cli/commands/editor.py
src/cli/commands/gameobject.py
src/cli/commands/instance.py
src/cli/commands/lighting.py
src/cli/commands/material.py
src/cli/commands/prefab.py
src/cli/commands/scene.py
src/cli/commands/script.py
src/cli/commands/shader.py
src/cli/commands/texture.py
src/cli/commands/tool.py
src/cli/commands/ui.py
src/cli/commands/vfx.py
src/cli/utils/__init__.py
src/cli/utils/config.py
src/cli/utils/confirmation.py
src/cli/utils/connection.py
src/cli/utils/constants.py
src/cli/utils/output.py
src/cli/utils/parsers.py
src/cli/utils/suggestions.py
src/core/__init__.py
src/core/config.py
src/core/constants.py
src/core/logging_decorator.py
src/core/telemetry.py
src/core/telemetry_decorator.py
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/PKG-INFO
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/SOURCES.txt
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/dependency_links.txt
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/entry_points.txt
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/requires.txt
src/iflow_mcp_coplaydev_mcpforunityserver.egg-info/top_level.txt
src/models/__init__.py
src/models/models.py
src/models/unity_response.py
src/services/__init__.py
src/services/api_key_service.py
src/services/custom_tool_service.py
src/services/registry/__init__.py
src/services/registry/resource_registry.py
src/services/registry/tool_registry.py
src/services/resources/__init__.py
src/services/resources/active_tool.py
src/services/resources/custom_tools.py
src/services/resources/editor_state.py
src/services/resources/gameobject.py
src/services/resources/layers.py
src/services/resources/menu_items.py
src/services/resources/prefab.py
src/services/resources/prefab_stage.py
src/services/resources/project_info.py
src/services/resources/selection.py
src/services/resources/tags.py
src/services/resources/tests.py
src/services/resources/unity_instances.py
src/services/resources/windows.py
src/services/state/external_changes_scanner.py
src/services/tools/__init__.py
src/services/tools/batch_execute.py
src/services/tools/debug_request_context.py
src/services/tools/execute_custom_tool.py
src/services/tools/execute_menu_item.py
src/services/tools/find_gameobjects.py
src/services/tools/find_in_file.py
src/services/tools/manage_asset.py
src/services/tools/manage_components.py
src/services/tools/manage_editor.py
src/services/tools/manage_gameobject.py
src/services/tools/manage_material.py
src/services/tools/manage_prefabs.py
src/services/tools/manage_scene.py
src/services/tools/manage_script.py
src/services/tools/manage_scriptable_object.py
src/services/tools/manage_shader.py
src/services/tools/manage_texture.py
src/services/tools/manage_vfx.py
src/services/tools/preflight.py
src/services/tools/read_console.py
src/services/tools/refresh_unity.py
src/services/tools/run_tests.py
src/services/tools/script_apply_edits.py
src/services/tools/set_active_instance.py
src/services/tools/utils.py
src/transport/__init__.py
src/transport/models.py
src/transport/plugin_hub.py
src/transport/plugin_registry.py
src/transport/unity_instance_middleware.py
src/transport/unity_transport.py
src/transport/legacy/port_discovery.py
src/transport/legacy/stdio_port_registry.py
src/transport/legacy/unity_connection.py
src/utils/focus_nudge.py
src/utils/module_discovery.py
tests/test_cli.py
tests/test_cli_commands_characterization.py
tests/test_core_infrastructure_characterization.py
tests/test_models_characterization.py
tests/test_param_normalizer.py
tests/test_transport_characterization.py
tests/test_utilities_characterization.py