mcpforunityserver 9.6.7b20260412210721__tar.gz → 9.6.7b20260415190332__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.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/PKG-INFO +1 -1
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/pyproject.toml +1 -1
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/PKG-INFO +1 -1
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_camera.py +9 -2
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/LICENSE +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/README.md +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/setup.cfg +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/animation.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/asset.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/audio.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/batch.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/build.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/camera.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/code.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/component.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/docs.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/editor.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/gameobject.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/graphics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/instance.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/lighting.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/material.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/packages.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/physics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/prefab.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/probuilder.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/profiler.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/reflect.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/scene.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/script.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/shader.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/texture.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/tool.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/ui.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/commands/vfx.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/main.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/config.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/confirmation.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/connection.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/constants.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/output.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/parsers.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/utils/suggestions.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/config.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/constants.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/logging_decorator.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/telemetry.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/telemetry_decorator.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/main.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/SOURCES.txt +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/dependency_links.txt +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/entry_points.txt +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/requires.txt +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/mcpforunityserver.egg-info/top_level.txt +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/models/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/models/models.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/models/unity_response.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/api_key_service.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/custom_tool_service.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/registry/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/registry/resource_registry.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/registry/tool_registry.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/active_tool.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/cameras.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/custom_tools.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/editor_state.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/gameobject.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/layers.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/menu_items.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/prefab.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/prefab_stage.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/project_info.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/renderer_features.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/rendering_stats.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/selection.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/tags.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/tests.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/tool_groups.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/unity_instances.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/volumes.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/resources/windows.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/state/external_changes_scanner.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/batch_execute.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/debug_request_context.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/execute_code.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/execute_custom_tool.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/execute_menu_item.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/find_gameobjects.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/find_in_file.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_animation.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_asset.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_build.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_components.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_editor.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_gameobject.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_graphics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_material.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_packages.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_physics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_prefabs.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_probuilder.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_profiler.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_scene.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_script.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_scriptable_object.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_shader.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_texture.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_tools.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_ui.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/manage_vfx.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/preflight.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/read_console.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/refresh_unity.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/run_tests.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/script_apply_edits.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/set_active_instance.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/unity_docs.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/unity_reflect.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/services/tools/utils.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/__init__.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/legacy/port_discovery.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/legacy/stdio_port_registry.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/legacy/unity_connection.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/models.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/plugin_hub.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/plugin_registry.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/unity_instance_middleware.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/transport/unity_transport.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/utils/focus_nudge.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/utils/module_discovery.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_cli.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_cli_commands_characterization.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_core_infrastructure_characterization.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_custom_tool_service_user_scope.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_execute_code.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_focus_nudge.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_animation.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_build.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_camera.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_editor.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_graphics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_packages.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_physics.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_prefabs.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_probuilder.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_profiler.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_scene.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_manage_vfx_actions.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_models_characterization.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_param_normalizer.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_tool_registry_metadata.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_transport_characterization.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_unity_docs.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_unity_reflect.py +0 -0
- {mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_utilities_characterization.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpforunityserver
|
|
3
|
-
Version: 9.6.
|
|
3
|
+
Version: 9.6.7b20260415190332
|
|
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
|
{mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/pyproject.toml
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "mcpforunityserver"
|
|
3
|
-
version = "9.6.
|
|
3
|
+
version = "9.6.7b20260415190332"
|
|
4
4
|
description = "MCP for Unity Server: A Unity package for Unity Editor integration via the Model Context Protocol (MCP)."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: mcpforunityserver
|
|
3
|
-
Version: 9.6.
|
|
3
|
+
Version: 9.6.7b20260415190332
|
|
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
|
|
@@ -61,7 +61,11 @@ ALL_ACTIONS = SETUP_ACTIONS + CREATION_ACTIONS + CONFIGURATION_ACTIONS + EXTENSI
|
|
|
61
61
|
"- release_override: Release camera override\n"
|
|
62
62
|
"- list_cameras: List all cameras with status\n\n"
|
|
63
63
|
"CAPTURE:\n"
|
|
64
|
-
"- screenshot: Capture
|
|
64
|
+
"- screenshot: Capture a screenshot. By default (no camera specified) uses ScreenCapture API, "
|
|
65
|
+
"which captures all render layers including Screen Space - Overlay UI canvases. "
|
|
66
|
+
"Specifying a camera uses direct camera rendering, which EXCLUDES Screen Space - Overlay canvases "
|
|
67
|
+
"(use only when you need a specific viewpoint without UI). "
|
|
68
|
+
"Supports include_image=true for inline base64 PNG, "
|
|
65
69
|
"batch='surround' for 6-angle contact sheet, batch='orbit' for configurable grid, "
|
|
66
70
|
"view_target/view_position for positioned capture, and capture_source='scene_view' to capture "
|
|
67
71
|
"the active Unity Scene View viewport.\n"
|
|
@@ -90,7 +94,10 @@ async def manage_camera(
|
|
|
90
94
|
screenshot_super_size: Annotated[int | str | None,
|
|
91
95
|
"Screenshot supersize multiplier (integer >= 1)."] = None,
|
|
92
96
|
camera: Annotated[str | None,
|
|
93
|
-
"Camera to capture from (name, path, or instance ID).
|
|
97
|
+
"Camera to capture from (name, path, or instance ID). "
|
|
98
|
+
"Omit to use ScreenCapture API (captures all layers including Screen Space Overlay UI). "
|
|
99
|
+
"Specify only when you need a particular camera viewpoint; note that Screen Space - Overlay "
|
|
100
|
+
"canvases will NOT appear in camera-rendered captures."] = None,
|
|
94
101
|
include_image: Annotated[bool | str | None,
|
|
95
102
|
"If true, return screenshot as inline base64 PNG. Default false."] = None,
|
|
96
103
|
max_resolution: Annotated[int | str | None,
|
|
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
|
|
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.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/cli/main.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
|
{mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/core/config.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{mcpforunityserver-9.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/src/main.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
|
|
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
|
|
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
|
|
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
|
|
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.6.7b20260412210721 → mcpforunityserver-9.6.7b20260415190332}/tests/test_cli.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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|