From cb4a491c309d48e183bf293b2c3d2d19c9fd4235 Mon Sep 17 00:00:00 2001 From: Vince Faller Date: Wed, 1 Oct 2025 13:24:57 -0700 Subject: [PATCH] Add `DISABLE_DBT_PLATFORM` to list of `Disabling tools` Tab --- website/docs/docs/dbt-ai/setup-local-mcp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/docs/dbt-ai/setup-local-mcp.md b/website/docs/docs/dbt-ai/setup-local-mcp.md index 879261a2e88..48c146317cd 100644 --- a/website/docs/docs/dbt-ai/setup-local-mcp.md +++ b/website/docs/docs/dbt-ai/setup-local-mcp.md @@ -70,6 +70,7 @@ id: "setup-local-mcp" | `DISABLE_SQL` | `true` | Set this to `false` to enable SQL MCP tools | | `DISABLE_DBT_CODEGEN` | `true` | Set this to `false` to enable [dbt codegen MCP tools](/docs/dbt-ai/about-mcp#codegen-tools) (requires dbt-codegen package) | | `DISABLE_TOOLS` | "" | Set this to a list of tool names delimited by a `,` to disable specific tools | + | `DISABLE_DBT_PLATFORM` | `false` | Set this to `true` to disable platform tools (SL, Discovery, Admin API, and SQL) |