What's changed
Bug fix — story files with ## Acceptance Criteria heading now work
The parser previously did a case-sensitive match for the acceptance criteria heading, so any story file written with ## Acceptance Criteria (capital C) was rejected by set_acceptance_criteria, complete_story, and the bulk-update tools.
This affected older stories created before the canonical lowercase heading was established. The workaround was to manually edit the file header — which defeats the purpose of the MCP tooling.
All four affected functions (ParseAcceptanceCriteria, SetAcceptanceCriteria, CheckAcceptanceCriterion, PatchAcceptanceCriteria) now use case-insensitive matching, so both casings work without any file edits.
Upgrading
Drop-in replacement for v1.2.0. No config or file changes needed.
brew upgrade corbym/backlog-mcp/backlog-mcp