Skip to content

Commit a258020

Browse files
committed
Fix variable format
1 parent dd09537 commit a258020

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tidb-cloud-lake/guides/mcp-client-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ uv tool run --from mcp-databend@latest mcp-databend
218218
| Value | Behavior | Recommended usage |
219219
| ----- | -------- | ----------------- |
220220
| `true` | Production objects are read-only for the agent. Write operations are allowed only on session sandbox objects such as `mcp_sandbox_{session_id}_*`. | Default and recommended for AI tools. |
221-
| `false` | The MCP server can write to objects allowed by the {{{ .lake}}} user permissions. | Use only with trusted agents and least-privilege {{{ .lake}}} users. |
221+
| `false` | The MCP server can write to objects allowed by the {{{ .lake }}} user permissions. | Use only with trusted agents and least-privilege {{{ .lake }}} users. |
222222

223-
Keep safe mode enabled for most workflows. Disable it only when the agent must modify real production objects and the {{{ .lake}}} user already has the minimum required permissions.
223+
Keep safe mode enabled for most workflows. Disable it only when the agent must modify real production objects and the {{{ .lake }}} user already has the minimum required permissions.
224224

225225
## Available Tools
226226

0 commit comments

Comments
 (0)