This args path has be changed in the agent MCP config every time I change the Unity project and when I change the machine because this config gets carried over git.
"args": [
"/Volumes/Work/UnityProjects/UnityProjectName/Library/PackageCache/com.gamelovers.mcp-unity@0d46436/Server~/build/index.js"
]
Is it not possible to change it to something like
"args": [
"/Library/PackageCache/com.gamelovers.mcp-unity@0d46436/Server~/build/index.js"
]
to A relative path?