Metadata-Version: 2.3
Name: unity-debugger-pure-mcp
Version: 0.1.0
Summary: Launcher for the Unity Debugger Pure MCP companion.
License: MIT License
         
         Copyright (c) 2026 Unity Debugger Pure contributors
         
         Permission is hereby granted, free of charge, to any person obtaining a copy
         of this software and associated documentation files (the "Software"), to deal
         in the Software without restriction, including without limitation the rights
         to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
         copies of the Software, and to permit persons to whom the Software is
         furnished to do so, subject to the following conditions:
         
         The above copyright notice and this permission notice shall be included in all
         copies or substantial portions of the Software.
         
         THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
         IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
         FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
         AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
         LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
         OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
         SOFTWARE.
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Project-URL: Repository, https://github.com/kpkhxlgy0/unity-debugger-pure-mcp
Project-URL: Issues, https://github.com/kpkhxlgy0/unity-debugger-pure-mcp/issues
Description-Content-Type: text/markdown

# Unity Debugger Pure MCP launcher

This standard-library-only Windows x64 launcher locates the live Unity Debugger
Pure MCP companion for the current project and starts its verified MCP bridge.
It requires Python 3.10 or newer only as provided by `uvx`; it has no runtime
package dependencies.

After version `0.1.0` is published, configure Codex at project scope:

```toml
[mcp_servers.unity_debugger_pure]
command = "uvx"
args = [
  "--from",
  "unity-debugger-pure-mcp==0.1.0",
  "unity-debugger-pure-mcp"
]
startup_timeout_sec = 60
tool_timeout_sec = 70
enabled = true
required = false
```

Install Unity Debugger Pure `0.2.0` and the companion `0.1.0` VSIX in VS Code
1.101 or newer, trust the workspace, and keep that VS Code window open. The
launcher selects a live registration for its current directory, validates the
bridge path and SHA-256, and forwards MCP stdio without exposing capabilities
in process arguments or configuration.
