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
Fixed devenv mcp ignoring termination signals. A single SIGTERM or SIGINT now shuts the server down immediately, without waiting for further input on stdin; previously it kept running until it was killed forcefully or its client closed stdin (#3065).
Fixed devenv mcp ignoring most of the session's configuration; it previously fell back to default Nix, cache, and shell settings for everything except inputs and imports.