From 198eb1bff6fb64db08370db3bfe9edac41e196a8 Mon Sep 17 00:00:00 2001 From: Aditya Oberai Date: Fri, 23 Jan 2026 02:14:49 +0530 Subject: [PATCH] Add TablesDB to list of arguments for API MCP server --- src/routes/docs/tooling/mcp/api/+page.markdoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/routes/docs/tooling/mcp/api/+page.markdoc b/src/routes/docs/tooling/mcp/api/+page.markdoc index b624037ecf..7944835d68 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 | | --- | --- | -| `--databases` | Enables the Databases API | +| `--tables-db` | Enables the TablesDB API | | `--users` | Enables the Users API | | `--teams` | Enables the Teams API | | `--storage` | Enables the Storage API | @@ -74,6 +74,7 @@ Database tools are enabled by default. In addition you can pass arguments to `uv | `--messaging` | Enables the Messaging API | | `--locale` | Enables the Locale API | | `--avatars` | Enables the Avatars API | +| `--databases` | Enables the legacy Databases API | | `--all` | Enables all Appwrite APIs | {% info title="Enable only necessary MCP tools" %}