diff --git a/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte b/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte index 6bc42ead2..f48b5a9c9 100644 --- a/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte +++ b/src/routes/(console)/project-[region]-[project]/settings/updateInstallations.svelte @@ -2,7 +2,7 @@ import { goto } from '$app/navigation'; import { page } from '$app/state'; import { Avatar, CardGrid, PaginationInline } from '$lib/components'; - import { Button } from '$lib/elements/forms'; + import { Button as FormButton } from '$lib/elements/forms'; import { getApiEndpoint } from '$lib/stores/sdk'; import type { Models } from '@appwrite.io/console'; import GitDisconnectModal from './GitDisconnectModal.svelte'; @@ -15,8 +15,10 @@ Icon, Layout, Popover, - Table + Table, + Button } from '@appwrite.io/pink-svelte'; + import { Link as PinkLink } from '@appwrite.io/pink-svelte'; import { IconExternalLink, IconGithub, @@ -28,6 +30,10 @@ import type { ComponentType } from 'svelte'; import { Link } from '$lib/elements'; import { regionalConsoleVariables } from '../store'; + import CursorIcon from '../overview/components/CursorIcon.svelte'; + import ClaudeIcon from '../overview/components/ClaudeIcon.svelte'; + import VSCodeIcon from '../overview/components/VSCodeIcon.svelte'; + import WindsurfIcon from '../overview/components/WindsurfIcon.svelte'; export let total: number; export let limit: number; @@ -83,7 +89,7 @@ {#if total > 0} - + - + Learn more {:else} @@ -181,10 +187,10 @@ title="No installation was added to the project yet" description="Add an installation to connect repositories"> - + @@ -195,3 +201,61 @@ {#if showGitDisconnect} {/if} + + + MCP server + Spin up an MCP server to stream rich project context to AI tooling, unlocking deeper code understanding + and better completions. + + + + + Deploy the Appwrite MCP server with a single click, or view the docs for instructions. + + + + + + Cursor + + + + Claude Desktop + + + + VS code + + + + Windsurf editor + + + + + + +