chore: update mcp docs

This commit is contained in:
Christy Jacob
2025-03-13 15:37:15 +00:00
parent 1f533c7ff3
commit 8dfcd8407c
4 changed files with 11 additions and 14 deletions

View File

@@ -71,7 +71,6 @@ You can now integrate the MCP server with various popular AI-enabled code editor
{% /cards %}
{% /only_dark %}
{% info title="Want to integrate your AI tool?" %}
If you are building an AI code-generation tool that can integrate with MCP servers and would like to collaborate, join our [Technology Partners](https://appwrite.io/integrations/technology-partner) program.
@@ -80,15 +79,7 @@ If you are building an AI code-generation tool that can integrate with MCP serve
## Command-line arguments
In addition to the default tools, you can pass arguments to `uvx mcp-server-appwrite [args]` to enable MCP tools for various Appwrite APIs.
{% info title="Enable only necessary MCP tools" %}
When an MCP tool is enabled, the tool's definition is passed to the LLM, using up tokens from the model's available context window. As a result, the effective context window is reduced.
The default Appwrite MCP server ships with only the Databases tools (our most commonly used API) enabled to stay within these limits. Additional tools can be enabled by using the flags below.
{% /info %}
Database tools are enabled by default. In addition you can pass arguments to `uvx mcp-server-appwrite [args]` to enable other MCP tools for various Appwrite APIs.
| Argument | Description |
| --- | --- |
@@ -100,4 +91,10 @@ The default Appwrite MCP server ships with only the Databases tools (our most co
| `--messaging` | Enables the Messaging API |
| `--locale` | Enables the Locale API |
| `--avatars` | Enables the Avatars API |
| `--all` | Enables all Appwrite APIs |
| `--all` | Enables all Appwrite APIs |
{% info title="Enable only necessary MCP tools" %}
When an MCP tool is enabled, the tool's definition is passed to the LLM, using up tokens from the model's available context window. As a result, the effective context window is reduced.
The default Appwrite MCP server ships with only the Databases tools (our most commonly used API) enabled to stay within these limits. Additional tools can be enabled using the flags below.
{% /info %}

View File

@@ -43,7 +43,7 @@ After opening the file, add the following info:
{% info title="Enable other MCP tools" %}
To enable tools other than our Users API, [learn more about our command-line arguments](/docs/tooling/mcp#command-line-arguments).
To enable tools other than the Users API, learn more about [command-line arguments](/docs/tooling/mcp#command-line-arguments).
{% /info %}

View File

@@ -43,7 +43,7 @@ Once you save the details, Cursor will connect with the MCP server and load all
{% info title="Enable other MCP tools" %}
To enable tools other than our Databases or Users API, [learn more about our command-line arguments](/docs/tooling/mcp#command-line-arguments).
To enable tools other than the Databases or Users API, learn more about [command-line arguments](/docs/tooling/mcp#command-line-arguments).
{% /info %}

View File

@@ -44,7 +44,7 @@ Once you save the details, head back to the MCP Servers section in the Windsurf
{% info title="Enable other MCP tools" %}
To enable tools other than our Databases or Users API, [learn more about our command-line arguments](/docs/tooling/mcp#command-line-arguments).
To enable tools other than the Databases or Users API, learn more about [command-line arguments](/docs/tooling/mcp#command-line-arguments).
{% /info %}