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: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v8.2.3
Choose a base ref
...
head repository: CoplayDev/unity-mcp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v8.3.0
Choose a head ref
  • 12 commits
  • 47 files changed
  • 9 contributors

Commits on Dec 13, 2025

  1. Minor Fix on Advanced Setting UI (#459)

    * [FIX] Input refinment on Advanced Settings
    
    Add a browse for server and make the source input more than readonly
    Scriptwonder authored Dec 13, 2025
    Configuration menu
    Copy the full SHA
    8fe73be View commit details
    Browse the repository at this point in the history

Commits on Dec 17, 2025

  1. Configuration menu
    Copy the full SHA
    493d9ba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f671bbc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    60a9f66 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2025

  1. feat: add Kilo Code configurator for AutoConfig support (#438)

    Adds KiloCodeConfigurator to enable automatic MCP configuration for
    Kilo Code VS Code extension users.
    
    Closes #250
    
    Co-authored-by: Berkant <Nonanti@users.noreply.github.com>
    Nonanti and Nonanti authored Dec 18, 2025
    Configuration menu
    Copy the full SHA
    df3a493 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Publish to pypi (#466)

    * Lowercase project name for server
    
    * Update metadata for project
    
    * Add GitHub Actions workflow for PyPI package publishing
    msanatan authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    12e1b62 View commit details
    Browse the repository at this point in the history
  2. Publish to Docker Hub (#468)

    * Add GitHub Actions workflow for Docker Hub publishing
    
    * Remove TestPyPI publishing from PyPI workflow
    
    Removes the publish-to-testpypi job from the GitHub Actions workflow to streamline the publishing process and only publish to production PyPI.
    
    * Update Server/DOCKER_OVERVIEW.md
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    
    * Update .github/workflows/publish-docker.yml
    
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    
    * Align docker and pypi publishing so they update on new tags in the same way
    
    * Add caching to speed up pushes
    
    * Remove unnecessary permissions
    
    * Let's be super specific about the platform
    
    it should be Ubuntu's default but just in case
    
    ---------
    
    Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
    Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
    3 people authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    edd40ec View commit details
    Browse the repository at this point in the history
  3. Bump dep versions (#469)

    * Update server instructions with new options
    
    * Upgrade to a later version of Pydantic
    
    This should have improved Python 3.14 support
    
    * Swap order of instructions so Docker comes before local building
    
    * Add fixed versions back to the README
    
    * Update README to clarify the GitHub uvx command
    msanatan authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    a947c9f View commit details
    Browse the repository at this point in the history
  4. Improve legacy configuration migration error handling and cleanup (#470)

    - Change migration to always clean up legacy keys, even on partial failures
    - Upgrade migration messages from Debug to Warn/Info for better visibility
    - Add explicit warning when failures occur that manual configuration is needed
    - Remove early return on failures to ensure legacy keys are always deleted
    - Prevents migration retry loops when some clients fail to configure
    msanatan authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    412cc00 View commit details
    Browse the repository at this point in the history
  5. Add .meta files (#472)

    * Add missing meta files
    
    * Re-generate .meta files
    
    It was for safety as some were AI generated before. Only minor changes were made
    msanatan authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    e35ef22 View commit details
    Browse the repository at this point in the history
  6. Remove distribution settings scriptable object (#473)

    * Add missing meta files
    
    * Re-generate .meta files
    
    It was for safety as some were AI generated before. Only minor changes were made
    
    * Remove distribution settings and hardcode default localhost URL
    
    Removes the McpDistributionSettings system that allowed different defaults for Asset Store vs git distributions. Hardcodes the default HTTP base URL to "http://localhost:8080" directly in HttpEndpointUtility and WebSocketTransportClient. Removes the setup window skip logic for remote defaults.
    
    It didn't work in practice, best thing to do is replace the placeholder in the UXML
    msanatan authored Dec 19, 2025
    Configuration menu
    Copy the full SHA
    7a99ae1 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2025

  1. Configuration menu
    Copy the full SHA
    df906cb View commit details
    Browse the repository at this point in the history
Loading