Skip to content

Commit 508e0a3

Browse files
authored
Merge pull request #2710 from appwrite/add-tablesdb-mcp
Add TablesDB to list of arguments for API MCP server
2 parents a953624 + 198eb1b commit 508e0a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/docs/tooling/mcp/api/+page.markdoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,14 +66,15 @@ Database tools are enabled by default. In addition you can pass arguments to `uv
6666

6767
| Argument | Description |
6868
| --- | --- |
69-
| `--databases` | Enables the Databases API |
69+
| `--tables-db` | Enables the TablesDB API |
7070
| `--users` | Enables the Users API |
7171
| `--teams` | Enables the Teams API |
7272
| `--storage` | Enables the Storage API |
7373
| `--functions` | Enables the Functions API |
7474
| `--messaging` | Enables the Messaging API |
7575
| `--locale` | Enables the Locale API |
7676
| `--avatars` | Enables the Avatars API |
77+
| `--databases` | Enables the legacy Databases API |
7778
| `--all` | Enables all Appwrite APIs |
7879

7980
{% info title="Enable only necessary MCP tools" %}

0 commit comments

Comments
 (0)