We've introduced a new architecture for the broker to spawn dedicated child servers for each workspace dynamically. These workers now automatically handle idling and cleanup via a configurable TTL, ensuring resources are efficiently managed as workspace contexts shift. This change streamlines developer workflows by automating server lifecycle management based on current project access. Automation added

Implemented per-workspace child worker auto-spawning - caiowilson/MCP-memento