@akiojin/unity-mcp-server 2.41.1 → 2.41.2

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.
Files changed (2) hide show
  1. package/README.md +7 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -357,6 +357,13 @@ npm install -g @akiojin/unity-mcp-server
357
357
 
358
358
  Full source code and documentation: <https://github.com/akiojin/unity-mcp-server>
359
359
 
360
+ ## Release Automation
361
+
362
+ - Releases are generated by release-please on `main`; run `scripts/create-release-branch.sh` to open the `chore(release): x.y.z` PR (auto-merge after checks).
363
+ - Required checks: Markdown, ESLint & Formatting / Commit Message Lint / Test & Coverage / Package.
364
+ - Tags trigger `publish.yml` to push npm, OpenUPM (via tag), and csharp-lsp artifacts; Unity package version is kept in sync via release-please extra-files.
365
+ - If OpenUPM lags, create a new release so the tag and Unity package version match.
366
+
360
367
  ## License
361
368
 
362
369
  MIT License - see LICENSE file for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@akiojin/unity-mcp-server",
3
- "version": "2.41.1",
3
+ "version": "2.41.2",
4
4
  "description": "MCP server and Unity Editor bridge — enables AI assistants to control Unity for AI-assisted workflows",
5
5
  "type": "module",
6
6
  "main": "src/core/server.js",