Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: akiojin/unity-mcp-server
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.40.1
Choose a base ref
...
head repository: akiojin/unity-mcp-server
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.40.2
Choose a head ref
  • 10 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 18, 2025

  1. chore(release): merge v2.40.1 to main

    Automated merge of release branch for version 2.40.1
    
    🤖 Generated with GitHub Actions
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    ab1ff97 View commit details
    Browse the repository at this point in the history
  2. chore: backmerge main to develop after release

    🤖 Generated with GitHub Actions
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3fa9aeb View commit details
    Browse the repository at this point in the history
  3. 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]>
    akiojin and claude committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    b06ce70 View commit details
    Browse the repository at this point in the history
  4. 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]>
    akiojin and claude committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    771c947 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3ccf4 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #104 from akiojin/bugfix/non-register-tools

    chore: migrate from pnpm to npm for package management
    github-actions[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    3f6f72a View commit details
    Browse the repository at this point in the history
  7. 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]>
    akiojin and claude committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    95fef1e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f139b54 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #105 from akiojin/bugfix/non-register-tools

    fix(docs): complete pnpm to npm migration in Japanese README
    github-actions[bot] authored Nov 18, 2025
    Configuration menu
    Copy the full SHA
    1d5073d View commit details
    Browse the repository at this point in the history
  10. chore(release): 2.40.2

    ## [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)
    github-actions[bot] committed Nov 18, 2025
    Configuration menu
    Copy the full SHA
    688c4aa View commit details
    Browse the repository at this point in the history
Loading