Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion src/routes/docs/tooling/mcp/api/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,15 @@ 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 |
| `--functions` | Enables the Functions API |
| `--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" %}
Expand Down