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.