The MCP servers stopped starting, and our own install command was the cause
If python server.py gave you ModuleNotFoundError: No module named 'mcp.server.fastmcp', this was us.
Significant fixes worth an operator's attention
View All TagsIf python server.py gave you ModuleNotFoundError: No module named 'mcp.server.fastmcp', this was us.
/deploy publishes from a project's deploy branch (usually main). If dev
has commits not yet promoted there, deploying silently shipped whatever
main happened to have — even if newer, already-reviewed work was sitting
one merge away. /deploy now checks for that gap and asks first.
Anchor's whole job is getting the right model onto the right work. This release
tightens that in three ways: lesser models stop refusing work they're good at, a new
plan_fit.py decides fit mechanically so no model has to eyeball it, and a plan can
now be assigned to a person — which agents quietly leave alone.
Subscription tiers ration capacity, not just tokens: a session cap, a rolling
window, a weekly quota. Anchor now has doctrine for what an agent does when it
hits one — and a /commit-prep that actually ships to your projects.
Bare /work now selects only from ready lanes (bugs/, features/) and never
scans in-progress/. In-progress plans are owned by a required lease — so several
agents can share one project without ever stealing each other's work.