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: mcp-router/mcp-router
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.1
Choose a base ref
...
head repository: mcp-router/mcp-router
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 5 commits
  • 15 files changed
  • 4 contributors

Commits on Nov 20, 2025

  1. fix(mcp-server-manager): resolve the issue where server enabled statu…

    …s is lost after restart (#142)
    
    - Add persist parameter to startServer and stopServer methods
    - Automatically update autoStart status when users manually start/stop the server
    - Do not modify user configurations when the application exits or starts automatically
    - Fix the problem that autoStart is reset to false after computer restart
    liuhedev authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    430bc21 View commit details
    Browse the repository at this point in the history
  2. feat(electron): Windows title bar theme sync (#83)

    * feat(electron): Windows title bar theme sync and MCPB import support
    
    This change fulfills user-facing improvements:
    
    Windows caption buttons now follow the app/system theme:
       - Use Electron nativeTheme to drive title bar overlay colors.
       - Apply proper dark/light/high-contrast palettes for Windows.
       - Listen to nativeTheme updates to keep buttons in sync.
       - Expose preload 'electronAPI.setThemeSource' and call from theme-store.
    
    ---------
    
    Co-authored-by: fjm2u <[email protected]>
    Co-authored-by: Copilot <[email protected]>
    3 people authored Nov 20, 2025
    Configuration menu
    Copy the full SHA
    24df163 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2025

  1. Fix auto-start bug (#146)

    * fix(mcp-server-manager): implement auto-start functionality for configured servers
    
    * fix(mcp-server-manager): simplify checkbox change handler syntax
    fjm2u authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    e0768c1 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2025

  1. Add support for custom base URL and update dependencies (#150)

    * feat: add support for custom base URL in command line arguments
    
    * chore: update devDependencies to latest versions
    fjm2u authored Nov 29, 2025
    Configuration menu
    Copy the full SHA
    afe5f1d View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2025

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