mcpforunityserver 9.3.2__tar.gz → 9.3.2b20260203175921__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/PKG-INFO +2 -2
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/README.md +1 -1
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/pyproject.toml +1 -1
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/PKG-INFO +2 -2
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_transport_characterization.py +14 -10
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/LICENSE +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/setup.cfg +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/animation.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/asset.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/audio.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/batch.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/code.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/component.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/editor.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/gameobject.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/instance.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/lighting.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/material.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/prefab.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/scene.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/script.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/shader.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/texture.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/tool.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/ui.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/vfx.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/main.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/config.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/confirmation.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/connection.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/constants.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/output.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/parsers.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/suggestions.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/config.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/constants.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/logging_decorator.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/telemetry.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/telemetry_decorator.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/main.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/SOURCES.txt +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/dependency_links.txt +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/entry_points.txt +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/requires.txt +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/mcpforunityserver.egg-info/top_level.txt +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/models/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/models/models.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/models/unity_response.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/api_key_service.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/custom_tool_service.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/registry/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/registry/resource_registry.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/registry/tool_registry.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/active_tool.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/custom_tools.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/editor_state.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/gameobject.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/layers.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/menu_items.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/prefab.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/prefab_stage.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/project_info.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/selection.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/tags.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/tests.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/unity_instances.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/windows.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/state/external_changes_scanner.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/batch_execute.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/debug_request_context.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/execute_custom_tool.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/execute_menu_item.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/find_gameobjects.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/find_in_file.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_asset.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_components.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_editor.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_gameobject.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_material.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_prefabs.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_scene.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_script.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_scriptable_object.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_shader.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_texture.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_vfx.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/preflight.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/read_console.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/refresh_unity.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/run_tests.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/script_apply_edits.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/set_active_instance.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/utils.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/__init__.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/legacy/port_discovery.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/legacy/stdio_port_registry.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/legacy/unity_connection.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/models.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/plugin_hub.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/plugin_registry.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/unity_instance_middleware.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/unity_transport.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/utils/focus_nudge.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/utils/module_discovery.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_cli.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_cli_commands_characterization.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_core_infrastructure_characterization.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_models_characterization.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_param_normalizer.py +0 -0
- {mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_utilities_characterization.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpforunityserver
|
|
3
|
-
Version: 9.3.
|
|
3
|
+
Version: 9.3.2b20260203175921
|
|
4
4
|
Summary: MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP).
|
|
5
5
|
Author-email: Marcus Sanatan <msanatan@gmail.com>, David Sarno <david.sarno@gmail.com>, Wu Shutong <martinwfire@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -110,7 +110,7 @@ Use this to run the latest released version from the repository. Change the vers
|
|
|
110
110
|
"command": "uvx",
|
|
111
111
|
"args": [
|
|
112
112
|
"--from",
|
|
113
|
-
"git+https://github.com/CoplayDev/unity-mcp@v9.3.
|
|
113
|
+
"git+https://github.com/CoplayDev/unity-mcp@v9.3.1#subdirectory=Server",
|
|
114
114
|
"mcp-for-unity",
|
|
115
115
|
"--transport",
|
|
116
116
|
"stdio"
|
|
@@ -69,7 +69,7 @@ Use this to run the latest released version from the repository. Change the vers
|
|
|
69
69
|
"command": "uvx",
|
|
70
70
|
"args": [
|
|
71
71
|
"--from",
|
|
72
|
-
"git+https://github.com/CoplayDev/unity-mcp@v9.3.
|
|
72
|
+
"git+https://github.com/CoplayDev/unity-mcp@v9.3.1#subdirectory=Server",
|
|
73
73
|
"mcp-for-unity",
|
|
74
74
|
"--transport",
|
|
75
75
|
"stdio"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpforunityserver
|
|
3
|
-
Version: 9.3.
|
|
3
|
+
Version: 9.3.2b20260203175921
|
|
4
4
|
Summary: MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP).
|
|
5
5
|
Author-email: Marcus Sanatan <msanatan@gmail.com>, David Sarno <david.sarno@gmail.com>, Wu Shutong <martinwfire@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -110,7 +110,7 @@ Use this to run the latest released version from the repository. Change the vers
|
|
|
110
110
|
"command": "uvx",
|
|
111
111
|
"args": [
|
|
112
112
|
"--from",
|
|
113
|
-
"git+https://github.com/CoplayDev/unity-mcp@v9.3.
|
|
113
|
+
"git+https://github.com/CoplayDev/unity-mcp@v9.3.1#subdirectory=Server",
|
|
114
114
|
"mcp-for-unity",
|
|
115
115
|
"--transport",
|
|
116
116
|
"stdio"
|
|
@@ -256,9 +256,10 @@ class TestUnityInstanceMiddlewareInjection:
|
|
|
256
256
|
async def mock_call_next(_ctx):
|
|
257
257
|
return {"status": "ok"}
|
|
258
258
|
|
|
259
|
-
# Mock PluginHub as unavailable
|
|
259
|
+
# Mock PluginHub as unavailable AND legacy connection pool to prevent fallback discovery
|
|
260
260
|
with patch("transport.unity_instance_middleware.PluginHub.is_configured", return_value=False):
|
|
261
|
-
|
|
261
|
+
with patch("transport.legacy.unity_connection.get_unity_connection_pool", return_value=None):
|
|
262
|
+
await middleware.on_call_tool(middleware_ctx, mock_call_next)
|
|
262
263
|
|
|
263
264
|
# set_state should not be called for unity_instance if no instance found
|
|
264
265
|
calls = [c for c in mock_context.set_state.call_args_list
|
|
@@ -329,9 +330,10 @@ class TestAutoSelectInstance:
|
|
|
329
330
|
|
|
330
331
|
with patch("transport.unity_instance_middleware.PluginHub.is_configured", return_value=True):
|
|
331
332
|
with patch("transport.unity_instance_middleware.PluginHub.get_sessions", new_callable=AsyncMock) as mock_get:
|
|
332
|
-
|
|
333
|
+
with patch("transport.legacy.unity_connection.get_unity_connection_pool", return_value=None):
|
|
334
|
+
mock_get.return_value = fake_sessions
|
|
333
335
|
|
|
334
|
-
|
|
336
|
+
instance = await middleware._maybe_autoselect_instance(mock_context)
|
|
335
337
|
|
|
336
338
|
assert instance is None
|
|
337
339
|
|
|
@@ -345,10 +347,11 @@ class TestAutoSelectInstance:
|
|
|
345
347
|
|
|
346
348
|
with patch("transport.unity_instance_middleware.PluginHub.is_configured", return_value=True):
|
|
347
349
|
with patch("transport.unity_instance_middleware.PluginHub.get_sessions", new_callable=AsyncMock) as mock_get:
|
|
348
|
-
|
|
350
|
+
with patch("transport.legacy.unity_connection.get_unity_connection_pool", return_value=None):
|
|
351
|
+
mock_get.side_effect = ConnectionError("Plugin hub unavailable")
|
|
349
352
|
|
|
350
|
-
|
|
351
|
-
|
|
353
|
+
# When PluginHub fails, auto-select returns None (graceful fallback)
|
|
354
|
+
instance = await middleware._maybe_autoselect_instance(mock_context)
|
|
352
355
|
|
|
353
356
|
# Should return None since both PluginHub failed
|
|
354
357
|
assert instance is None
|
|
@@ -916,10 +919,11 @@ class TestTransportEdgeCases:
|
|
|
916
919
|
|
|
917
920
|
with patch("transport.unity_instance_middleware.PluginHub.is_configured", return_value=True):
|
|
918
921
|
with patch("transport.unity_instance_middleware.PluginHub.get_sessions", new_callable=AsyncMock) as mock_get:
|
|
919
|
-
|
|
922
|
+
with patch("transport.legacy.unity_connection.get_unity_connection_pool", return_value=None):
|
|
923
|
+
mock_get.side_effect = RuntimeError("Unexpected error")
|
|
920
924
|
|
|
921
|
-
|
|
922
|
-
|
|
925
|
+
# Should not raise, just return None
|
|
926
|
+
instance = await middleware._maybe_autoselect_instance(mock_context)
|
|
923
927
|
|
|
924
928
|
assert instance is None
|
|
925
929
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/__init__.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/animation.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/asset.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/audio.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/batch.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/component.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/editor.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/gameobject.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/instance.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/lighting.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/material.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/prefab.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/scene.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/script.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/shader.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/commands/texture.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/confirmation.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/connection.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/constants.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/cli/utils/suggestions.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/logging_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/core/telemetry_decorator.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/models/unity_response.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/api_key_service.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/registry/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/layers.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/prefab.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/tags.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/tests.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/resources/windows.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/manage_vfx.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/preflight.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/run_tests.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/services/tools/utils.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/plugin_hub.py
RENAMED
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/plugin_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/transport/unity_transport.py
RENAMED
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/src/utils/module_discovery.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.3.2 → mcpforunityserver-9.3.2b20260203175921}/tests/test_param_normalizer.py
RENAMED
|
File without changes
|
|
File without changes
|