From a670703109b8a7edab6b492236b8d64aa26943ca Mon Sep 17 00:00:00 2001 From: Rudi Bruchez Date: Mon, 23 Feb 2026 21:55:41 +0100 Subject: [PATCH] Update command to start with 'dab start' --- data-api-builder/mcp/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-api-builder/mcp/overview.md b/data-api-builder/mcp/overview.md index 1ca2778..a000f66 100644 --- a/data-api-builder/mcp/overview.md +++ b/data-api-builder/mcp/overview.md @@ -41,7 +41,7 @@ SQL MCP Server implements MCP protocol version 2025-06-18 as a fixed default. It The stdio transport is useful for local development and CLI-based workflows. You can specify a role with `role:`, which defaults to `anonymous` when omitted. In this mode, authentication uses [the simulator provider](../concept/security/how-to-authenticate-simulator.md) and incoming requests are limited to 1 MB. ```bash -dab --mcp-stdio role: +dab start --mcp-stdio role: ``` You can test SQL MCP Server with the MCP Inspector.