Skip to content

Commit 06c1dfe

Browse files
authored
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.
1 parent adfc6f5 commit 06c1dfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Server/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev = [
2121
]
2222

2323
[project.scripts]
24-
mcp-for-unity = "main:main"
24+
mcp-for-unity = "src.main:main"
2525

2626
[build-system]
2727
requires = ["setuptools>=64.0.0", "wheel"]

0 commit comments

Comments
 (0)