Skip to content

v2.10.2

Latest

Choose a tag to compare

@iamjameslennon iamjameslennon released this 17 Jul 12:47
· 9 commits to main since this release

ddb-mcp v2.10.2

This is a maintenance release focused on keeping the server's foundations current and supported. There are no changes to how characters, spells, monsters, or campaigns are read — but the minimum Node.js version has moved up, so please check the note below before updating.

Breaking Changes

  • Node.js 22 or later is now required (previously Node.js 20). Node 20 has reached the end of its supported life, so if you're on an older version you'll need to update Node before installing this release. Most players won't notice — but if the server fails to start after updating, an outdated Node install is the likely cause. You can check your version with node --version and download the latest from nodejs.org.

Improvements

  • Updated the server's internal building blocks (the tools it uses under the hood to talk to D&D Beyond and run tests) to their latest supported versions. This keeps things secure and stable, with no change to day-to-day use.
  • The server is now tested against the newest Node.js releases (22, 24, and 26), so it's ready for whatever version your machine is running.