Commit Graph

443 Commits (4e6577cbd55c5d5853769dad72d57f0d51167264)

Author SHA1 Message Date
Justin Barnett cc123abf48 updated package display name 2025-03-19 16:50:14 -04:00
Justin P Barnett f200fcb67d
Merge pull request #11 from justinpbarnett/bug/timeout-and-disconnect
significantly increased timout and buffer size
2025-03-19 10:15:02 -04:00
Justin Barnett 93f2961e58 significantly increased timout and buffer size 2025-03-19 10:12:19 -04:00
Justin P Barnett 991c80c49e
Merge pull request #8 from Scriptwonder/master
Update MCPEditorWindow.cs
2025-03-19 10:05:04 -04:00
Justin P Barnett 13d07157ba
Merge pull request #9 from justinpbarnett/feature/read_console
added read_console tool
2025-03-19 08:06:11 -04:00
Justin Barnett 73ea045c20 added read_console tool 2025-03-19 08:03:12 -04:00
Scriptwonder 408e574b2c Update MCPEditorWindow.cs
Appending to the config instead of overwrite
2025-03-19 00:08:12 -04:00
Justin Barnett be47f39b12 updated unity version in package.json 2025-03-18 20:38:24 -04:00
Justin Barnett 8860a7317c added more advanced auto-config setup 2025-03-18 16:28:22 -04:00
Justin Barnett 150a39694f improved claude config error handling 2025-03-18 16:26:31 -04:00
Justin Barnett 3e55b23a26 Merge branch 'master' of https://github.com/justinpbarnett/unity-mcp 2025-03-18 16:08:06 -04:00
Justin Barnett 0b3dcd406d renamed package to match github repo 2025-03-18 16:06:48 -04:00
Justin Barnett ac81febb82 updated install instructions to be more specific 2025-03-18 16:06:28 -04:00
Justin P Barnett cf67502a5a
Update README.md 2025-03-18 15:53:39 -04:00
Justin P Barnett e0ccea04be
Merge pull request #1 from scott------/patch-1
fix: update pyproject.toml to resolve packaging error
2025-03-18 15:33:14 -04:00
scott------ 70a1684b6f
fix: update pyproject.toml to resolve packaging error
The installation was failing due to setuptools discovering multiple top-level modules in the flat project layout. This commit updates the pyproject.toml by explicitly specifying:
  
• The standalone modules ("config.py", "server.py", "unity_connection.py") via the py-modules field.  
• The "tools" directory as a package via the packages field.
  
These changes resolve the "multiple top-level modules discovered" error encountered during `uv pip install -e .` and ensure a clean, predictable package build.
2025-03-18 14:01:17 -04:00
Justin Barnett 937a950345 added manual config instructions 2025-03-18 13:47:41 -04:00
Justin Barnett eeaa7a2c55 updated to find correct directory when installing to claude desktop automatically 2025-03-18 13:47:33 -04:00
Justin Barnett 46db62bfaa fixed path issues 2025-03-18 13:36:22 -04:00
Justin Barnett 4d1c351364 updated the installation steps in the readme 2025-03-18 13:26:12 -04:00
Justin Barnett 14c566603c fixed file path issues 2025-03-18 13:24:17 -04:00
Justin Barnett 8b67718734 hardcoded ports for now 2025-03-18 13:15:39 -04:00
Justin Barnett ec79442fd4 updated config location search in another place 2025-03-18 13:11:29 -04:00
Justin Barnett a3493a49d9 updated server to start on localhost 2025-03-18 13:10:06 -04:00
Justin Barnett 20aa6839fe updated config path locator 2025-03-18 13:09:54 -04:00
Justin Barnett 4144af2453 pushed meta files 2025-03-18 13:06:35 -04:00
Justin Barnett afff1caa4f fix script adding issues 2025-03-18 10:41:01 -04:00
Justin Barnett f90188ed85 updated .gitignore 2025-03-18 10:08:49 -04:00
Justin Barnett e1b6a0069f removed .meta files from version control 2025-03-18 10:06:54 -04:00
Justin Barnett 931794cb01 missed import 2025-03-18 10:03:32 -04:00
Justin Barnett b14fc27dc0 Merge branch 'master' of github.com:justinpbarnett/unity-mcp 2025-03-18 10:01:53 -04:00
Justin Barnett 015774b469 fixed scripts not creating bug 2025-03-18 10:01:51 -04:00
Justin Barnett 3feecb09af added directional light object creation 2025-03-18 09:55:41 -04:00
Justin Barnett 36b5b224b3 added object existance validation 2025-03-18 09:52:41 -04:00
Justin P Barnett 0b3802b5e4
Update README.md 2025-03-18 09:45:22 -04:00
Justin P Barnett bb0d847331
Update README.md 2025-03-18 08:02:07 -04:00
Justin P Barnett 208f8eca67
Update README.md 2025-03-18 08:01:13 -04:00
Justin P Barnett 7c2bd289a9
Update README.md 2025-03-18 07:36:58 -04:00
Justin P Barnett 129fc83194
Update README.md 2025-03-18 07:35:59 -04:00
Justin P Barnett a7058a41f9
Update README.md 2025-03-18 07:34:04 -04:00
Justin P Barnett 0351e4fcf4
Update README.md 2025-03-18 07:21:33 -04:00
Justin P Barnett 48a89ca7d3
Added mit license 2025-03-18 07:15:47 -04:00
Justin Barnett 276ac8166f initial commit 2025-03-18 07:00:50 -04:00