Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion data-api-builder/mcp/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:<role-name>`, 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:<role-name>
dab start --mcp-stdio role:<role-name>
```

You can test SQL MCP Server with the MCP Inspector.
Expand Down