From 650d9ae223a7f145fdd18e625dd497de73aa6abb Mon Sep 17 00:00:00 2001 From: Todd Geist Date: Tue, 19 May 2026 18:01:46 -0700 Subject: [PATCH] fix Claude link to use Claude Desktop + correct URL claude.ai doesn't support MCP; claude.com/download is the correct destination --- apps/docs/content/docs/ai/getting-started.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/docs/content/docs/ai/getting-started.mdx b/apps/docs/content/docs/ai/getting-started.mdx index 983d237c..e2688b03 100644 --- a/apps/docs/content/docs/ai/getting-started.mdx +++ b/apps/docs/content/docs/ai/getting-started.mdx @@ -13,7 +13,7 @@ Each step below maps to **one guide**: install and connect (single walkthrough), Ensure you have the following prerequisites installed on your computer before installing ProofKit. - FileMaker Pro (client for Mac or Windows) -- MCP-compatible coding agent (e.g. [Cursor](https://cursor.com), [Claude](https://claude.ai), [Codex](https://chatgpt.com/codex/), etc.) +- MCP-compatible coding agent (e.g. [Cursor](https://cursor.com), [Claude Desktop](https://claude.com/download), [Codex](https://chatgpt.com/codex/), etc.) - [Node.js](https://nodejs.org/en/download/) (a supported LTS release, such as 22.x, 24.x, or 26.x) - [pnpm](https://pnpm.io/) (version 11 is recommended; it is currently the most secure package manager option) - Git (source control tool for managing the web code your agent will produce)