🎉v5.5.0 Dev Mode for MCP Servers - Hot Reload! #141
ravitemer
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi guys!
I'm excited to announce Dev Mode - a new feature that automatically restarts your MCP servers when source files change during development! 🚀.
What is Dev Mode?
Dev Mode enables hot reload functionality for MCP server development. Instead of manually restarting servers every time you make changes to your code, the system automatically detects file changes and restarts the server for you.
✨ Key Features
📝 Configuration
Add a
dev
field to your MCP server configuration:cwd
watch
["**/*.js", "**/*.ts", "**/*.py", "**/*.json"]
enabled
true
🎬 Demo
Here's a quick demo showing dev mode in action - watch the server automatically restart when I modify the
index.ts
file:hot-reload.mp4
[Video shows real-time server restart in MCPHub UI when editing source files]
In order to customize the window postion use
ui.align
or open:MCPHub
in anothertmux
pane:🛠 Perfect for Development Workflows
Dev mode is especially useful for:
npx tsx
Beta Was this translation helpful? Give feedback.
All reactions