github ravitemer/mcphub.nvim v4.7.0

latest releases: v6.2.0, v6.0.0, v5.13.0...
4 months ago

Added

  • Complete multi-instance support

    • Complete support for opening multiple neovim instance at a time
    • MCP Hubs in all neovim instances are always in sync (toggling something or change changing config in one neovim will auto syncs other neovim instances)
    • Changed lualine extension to adapt to these changes
  • Added file watching for servers.json

    • Watches config file and updates necessary servers. No need to exit and enter neovim or press "R" to reload any servers after your servers.json file is changed.
    • Config changes apply instantly without restart
    • Changes sync across all running instances
    • Smart reload that only updates affected servers
  • Added smart shutdown with delay

    • Previoulsy when we exit neovim mcphub.nvim stops the server and when we enter neovim it starts the server.
    • We can now set shutdown_delay (in millisecond) to let the server wait before shutdown. If we enter neovim again within this time it will cancel the timer.
    • Defaults to 10 minutes. You can set this to as long as you want to make it run essentially as a systemd service
  • Improved UI navigation

    • Added vim-style keys (hjkl) for movement

Changed

  • Updated MCP Hub to v3.0.0 for multi-instance support
  • Auto-resize windows on editor resize

Don't miss a new mcphub.nvim release

NewReleases is sending notifications on new releases.