From 46631e68e98031e5adfbddefc8932dc4c1f98034 Mon Sep 17 00:00:00 2001 From: Ben Senescu <44480372+bensenescu@users.noreply.github.com> Date: Wed, 13 May 2026 21:44:44 -0400 Subject: [PATCH] Remove ChatGPT MCP setup instructions (#195) --- web/src/routes/_marketing/features/mcp.tsx | 70 +--------------------- 1 file changed, 1 insertion(+), 69 deletions(-) diff --git a/web/src/routes/_marketing/features/mcp.tsx b/web/src/routes/_marketing/features/mcp.tsx index 4dfd250..f44cc8f 100644 --- a/web/src/routes/_marketing/features/mcp.tsx +++ b/web/src/routes/_marketing/features/mcp.tsx @@ -145,62 +145,11 @@ function McpPage() {

- Follow the setup steps for ChatGPT, Claude, Claude Code, Codex, or any + Follow the setup steps for Claude, Claude Code, Codex, or any MCP-compatible AI tool.

- } - > -
    -
  1. - Open ChatGPT settings, then go to{" "} - Apps. -
  2. -
  3. - If you do not see the custom app form, open{" "} - - Advanced settings - {" "} - and turn on developer mode. -
  4. -
  5. - Return to Apps and click{" "} - Create app - . -
  6. -
  7. - Name the app OpenSEO. -
  8. -
  9. - Paste the OpenSEO MCP server URL into{" "} - - MCP Server URL - - . -
  10. -
  11. - Keep authentication set to{" "} - OAuth. -
  12. -
  13. - Review the custom MCP server warning, check{" "} - - I understand and want to continue - - , then click Create. -
  14. -
  15. - Approve the OpenSEO login when ChatGPT asks you to sign in. -
  16. -
- -
- ) { ); } - -function OpenAIIcon(props: SVGProps) { - return ( - - ); -}