Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions src/partials/mcp-add-ides-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ You can add the MCP server to various AI tools and code editors:
{% cards_item href="/docs/tooling/mcp/opencode" title="OpenCode" image="/images/docs/mcp/logos/opencode.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/mcp/antigravity" title="Antigravity" image="/images/docs/mcp/logos/google-antigravity.svg" %}
{% cards_item href="/docs/tooling/mcp/antigravity" title="Google Antigravity" image="/images/docs/mcp/logos/google-antigravity.svg" %}
{% /cards_item %}

{% /cards %}
Expand All @@ -48,7 +48,7 @@ You can add the MCP server to various AI tools and code editors:
{% cards_item href="/docs/tooling/mcp/opencode" title="OpenCode" image="/images/docs/mcp/logos/dark/opencode.svg" %}
{% /cards_item %}

{% cards_item href="/docs/tooling/mcp/antigravity" title="Antigravity" image="/images/docs/mcp/logos/dark/google-antigravity.svg" %}
{% cards_item href="/docs/tooling/mcp/antigravity" title="Google Antigravity" image="/images/docs/mcp/logos/dark/google-antigravity.svg" %}
{% /cards_item %}

{% /cards %}
Expand Down
6 changes: 4 additions & 2 deletions src/routes/docs/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -433,10 +433,12 @@
>
<img
src="/images/docs/mcp/logos/dark/google-antigravity.svg"
alt="Antigravity"
alt="Google Antigravity"
class="w-6"
/>
<h4 class="text-sub-body text-primary font-medium">Antigravity</h4>
<h4 class="text-sub-body text-primary font-medium">
Google Antigravity
</h4>
</a>
</li>
</ul>
Expand Down
2 changes: 1 addition & 1 deletion src/routes/docs/tooling/mcp/+layout.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
href: '/docs/tooling/mcp/opencode'
},
{
label: 'Antigravity',
label: 'Google Antigravity',
href: '/docs/tooling/mcp/antigravity'
}
]
Expand Down
6 changes: 3 additions & 3 deletions src/routes/docs/tooling/mcp/antigravity/+page.markdoc
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
---
layout: article
title: Appwrite MCP and Antigravity
description: Learn how to add the Appwrite MCP servers to Agent Manager in Antigravity to interact with both the Appwrite API and documentation.
title: Appwrite MCP and Google Antigravity
description: Learn how to add the Appwrite MCP servers to Agent Manager in Google Antigravity to interact with both the Appwrite API and documentation.
Comment on lines +3 to +4
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

🧩 Analysis chain

🏁 Script executed:

cat -n src/routes/docs/tooling/mcp/antigravity/+page.markdoc | head -100

Repository: appwrite/website

Length of output: 3514


🏁 Script executed:

rg -n "Antigravity" src/routes/docs/tooling/mcp/antigravity/+page.markdoc

Repository: appwrite/website

Length of output: 817


🏁 Script executed:

rg "Google Antigravity|open Antigravity" --type md --type markdoc -c src/routes/docs/ | head -20

Repository: appwrite/website

Length of output: 91


🏁 Script executed:

rg "Google Antigravity" src/routes/docs/ --max-count 5

Repository: appwrite/website

Length of output: 818


Update product naming to be consistent throughout the page.
The frontmatter and intro use "Google Antigravity" (lines 3, 4, 7), but the procedural instructions still reference only "Antigravity" (lines 27, 84). Update lines 27 and 84 to say "Google Antigravity" to match the established product name used elsewhere in the documentation.

Also applies to: 7-7

🤖 Prompt for AI Agents
In src/routes/docs/tooling/mcp/antigravity/+page.markdoc around lines 3-4 (and
also check line 7), update the product name occurrences at lines 27 and 84 from
"Antigravity" to "Google Antigravity" so they match the frontmatter and intro;
search the file for any other instances of the short form and replace them with
"Google Antigravity" to ensure consistent naming throughout the page.

---

Learn how you can add the Appwrite MCP servers to Agent Manager in Antigravity to interact with both the Appwrite API and documentation.
Learn how you can add the Appwrite MCP servers to Agent Manager in Google Antigravity to interact with both the Appwrite API and documentation.

Before you begin, ensure you have the following **pre-requisites** installed on your system:

Expand Down