unity-mcp-cli 0.85.1 → 0.86.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
* package ships no plugin sources — the plugin release cadence bumps both in the same PR, and the
|
|
13
13
|
* drift-guard test fails CI if a bump touches only one side.
|
|
14
14
|
*/
|
|
15
|
-
export declare const DEFAULT_SERVER_VERSION = "9.
|
|
15
|
+
export declare const DEFAULT_SERVER_VERSION = "9.2.0";
|
|
16
16
|
/** GitHub `owner/repo` that hosts the shared server's tagged releases + per-RID zips. */
|
|
17
17
|
export declare const SERVER_RELEASE_REPO = "IvanMurzak/GameDev-MCP-Server";
|
|
18
18
|
/** Base executable name (no extension) of the shared server binary. */
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
* package ships no plugin sources — the plugin release cadence bumps both in the same PR, and the
|
|
15
15
|
* drift-guard test fails CI if a bump touches only one side.
|
|
16
16
|
*/
|
|
17
|
-
export const DEFAULT_SERVER_VERSION = '9.
|
|
17
|
+
export const DEFAULT_SERVER_VERSION = '9.2.0';
|
|
18
18
|
/** GitHub `owner/repo` that hosts the shared server's tagged releases + per-RID zips. */
|
|
19
19
|
export const SERVER_RELEASE_REPO = 'IvanMurzak/GameDev-MCP-Server';
|
|
20
20
|
/** Base executable name (no extension) of the shared server binary. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "unity-mcp-cli",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.86.0",
|
|
4
4
|
"description": "Cross-platform CLI tool for AI Game Developer (Skills & MCP). Full AI develop and test loop. Efficient token usage, advanced tools. Creates Unity project, installs plugins, configures tools, and manages HTTP connection with Unity Editor and a game made with Unity. Works with Claude Code, Gemini, Copilot, Cursor and any other absolutely for free.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/lib.js",
|