Updating the Data API Builder

·

I was updating my session for the Data API Builder (DAB) recently, mostly to work with the MCP server capabilities. As I was trying to get this working, I realized that the MCP capabilities were newer than my DAB version. I had v1.4

2026-06_0232

Wow, that’s old. The Overview page for the SQL Server MCP site says v1.7 is needed and 2.0+ has bug fixes. I need an update.

I had this in my slide deck, but the dotnet tool is used to update the DAB. The command is

dotnet tool update –-global Microsoft.DataApiBuilder

This showed a download and then in a few minutes it was done. I could see I had an updated version.

2026-06_0233

And an MCP server!

2026-06_0234

A Further Update

I checked a few weeks later and couldn’t remember the command, but I decided to try the install command. That worked as well, and I got an even newer, 2.0.12, version.

2026-08_0374

Still no timestamps from the logs, but I’m every hopeful.

Comments

4 responses to “Updating the Data API Builder”

  1. Rolph Avatar

    For me the –global option needed to be behind te packageId to work, like this:
    dotnet tool update Microsoft.DataApiBuilder –global

    Like

  2. Rolph Avatar

    oops… like this: dotnet tool update Microsoft.DataApiBuilder –global

    Like

  3. Rolph Avatar

    Mmm… your comment tool removes double dashes, so writing them before global doesn’t work.
    There need to be two dashes before global in my case

    Like

    1. way0utwest Avatar

      Thanks, yeah most tools use double dashes if the parameter is more than one char. I’ve corrected it.

      Like

Leave a comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.