From acab35f002a878cecbf9b8c371cc11614b43244b Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Fri, 6 Feb 2026 00:53:14 +0530 Subject: [PATCH] Update the TablesDB flag in the MCP for API docs --- src/routes/docs/tooling/mcp/api/+page.markdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/docs/tooling/mcp/api/+page.markdoc b/src/routes/docs/tooling/mcp/api/+page.markdoc index 7944835d68..0bc363d135 100644 --- a/src/routes/docs/tooling/mcp/api/+page.markdoc +++ b/src/routes/docs/tooling/mcp/api/+page.markdoc @@ -66,7 +66,7 @@ Database tools are enabled by default. In addition you can pass arguments to `uv | Argument | Description | | --- | --- | -| `--tables-db` | Enables the TablesDB API | +| `--tablesdb` | Enables the TablesDB API | | `--users` | Enables the Users API | | `--teams` | Enables the Teams API | | `--storage` | Enables the Storage API |