Fix CLI entry point path in pyproject.toml (#407)
Update mcp-for-unity script entry point from "main:main" to "src.main:main" to match the actual module structure after moving main.py into the src directory.main
parent
adfc6f5e84
commit
06c1dfe2f4
|
|
@ -21,7 +21,7 @@ dev = [
|
|||
]
|
||||
|
||||
[project.scripts]
|
||||
mcp-for-unity = "main:main"
|
||||
mcp-for-unity = "src.main:main"
|
||||
|
||||
[build-system]
|
||||
requires = ["setuptools>=64.0.0", "wheel"]
|
||||
|
|
|
|||
Loading…
Reference in New Issue