-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: akiojin/unity-mcp-server
base: v2.40.1
head repository: akiojin/unity-mcp-server
compare: v2.40.2
- 10 commits
- 15 files changed
- 4 contributors
Commits on Nov 18, 2025
-
chore(release): merge v2.40.1 to main
Automated merge of release branch for version 2.40.1 🤖 Generated with GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for ab1ff97 - Browse repository at this point
Copy the full SHA ab1ff97View commit details -
chore: backmerge main to develop after release
🤖 Generated with GitHub Actions
Configuration menu - View commit details
-
Copy full SHA for 3fa9aeb - Browse repository at this point
Copy the full SHA 3fa9aebView commit details -
chore: migrate from pnpm to npm for package management
- Remove pnpm-specific files (pnpm-lock.yaml, pnpm-workspace.yaml, .npmrc) - Remove packageManager field from root package.json - Remove pnpm-specific configuration from package.json files - Update prepublishOnly script to use npm instead of pnpm - Update README.md to replace pnpm commands with npm equivalents - Generate package-lock.json and install dependencies with npm - Verify MCP server starts successfully (107 handlers registered) Reason: Simplify package management by using npm only, which is standard for MCP server distribution and avoids confusion between development (pnpm) and production (npm/npx) environments. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b06ce70 - Browse repository at this point
Copy the full SHA b06ce70View commit details -
chore(ci): migrate GitHub Actions workflows from pnpm to npm
- Remove pnpm setup steps from all workflows - Replace pnpm install with npm ci - Replace pnpm exec with npx - Replace pnpm --filter with npm --workspace - Update Node.js cache from pnpm to npm - Remove pnpm-lock.yaml cache dependency paths Affected workflows: - lint.yml: markdownlint, eslint, prettier, commitlint - test.yml: test:ci, test:ci:coverage, npm pack - release.yml: pre-release tests, semantic-release - publish.yml: test:ci, npm publish - create-release.yml: semantic-release dry-run 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 771c947 - Browse repository at this point
Copy the full SHA 771c947View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c3ccf4 - Browse repository at this point
Copy the full SHA 5c3ccf4View commit details -
Merge pull request #104 from akiojin/bugfix/non-register-tools
chore: migrate from pnpm to npm for package management
Configuration menu - View commit details
-
Copy full SHA for 3f6f72a - Browse repository at this point
Copy the full SHA 3f6f72aView commit details -
fix(docs): remove remaining pnpm references from README.ja.md
Complete the pnpm to npm migration by removing all pnpm references from the Japanese README. This fixes the incomplete migration in PR #104. Changes: - Remove pnpm from requirements section - Replace all pnpm install commands with npm ci - Remove pnpm-specific build approval instructions - Update Docker/Linux container instructions - Update all environment-specific setup instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 95fef1e - Browse repository at this point
Copy the full SHA 95fef1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f139b54 - Browse repository at this point
Copy the full SHA f139b54View commit details -
Merge pull request #105 from akiojin/bugfix/non-register-tools
fix(docs): complete pnpm to npm migration in Japanese README
Configuration menu - View commit details
-
Copy full SHA for 1d5073d - Browse repository at this point
Copy the full SHA 1d5073dView commit details -
## [2.40.2](v2.40.1...v2.40.2) (2025-11-18) ### Bug Fixes * **docs:** remove remaining pnpm references from README.ja.md ([95fef1e](95fef1e)), closes [#104](#104)
Configuration menu - View commit details
-
Copy full SHA for 688c4aa - Browse repository at this point
Copy the full SHA 688c4aaView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.40.1...v2.40.2