You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: implement cold start-like auto connection for MCP server and simplify status (#73)
The MCP server now connects automatically on first use and disconnects after a period of inactivity.
When you call a tool, the server will automatically reconnect, so no manual action is needed.
This change ensures that tool calls work smoothly even in deployment environments like Vercel.
0 commit comments