Skip to content

docs(sorare): no-code primary flow (claude.ai connectors, ChatGPT UI, Copilot palette) + chat bubble fix#218

Merged
keysersoft merged 1 commit into
mainfrom
keysersoft/sorare-no-code-flow-and-bubble-fix
May 19, 2026
Merged

docs(sorare): no-code primary flow (claude.ai connectors, ChatGPT UI, Copilot palette) + chat bubble fix#218
keysersoft merged 1 commit into
mainfrom
keysersoft/sorare-no-code-flow-and-bubble-fix

Conversation

@keysersoft
Copy link
Copy Markdown
Contributor

Three changes from a real user testing the deployed guides:

  1. Claude / ChatGPT / Copilot guides now lead with the no-code UI path: claude.ai/customize/connectors for Claude, ChatGPT Settings → Connectors, VS Code 'MCP: Add Server' palette for Copilot. JSON / CLI config moved into an 'Advanced' <details> block.
  2. Chat bubble light-mode legibility fix — Tailwind ! important prefix on text-white / text-zinc-* in the chat mockup + defensive inline style={{color:'#ffffff'}} spans around the user-message text, since MDX's text-muted-foreground would otherwise win on descendants.
  3. 18-tool grouped table replacing the outdated 7-row tables in the Claude guides.

Affects 12 MDX files (4 per locale × 3 locales). Docs-only; no code, no Docker, no AnythingMCP deploy needed — website re-syncs on next build.

Three changes that came from a real user testing the guides on the
deployed website.

1. The Claude / ChatGPT / Copilot guides led with the code-level MCP
   config (claude_desktop_config.json, settings.json), which buried
   the fact that all three clients now have a no-code UI for adding
   MCP connectors. Rewritten:

   - Claude: lead with claude.ai/customize/connectors → Add custom
     connector → paste URL + Bearer token → Connect. Demote the
     desktop JSON config and Claude Code CLI to an <details> block
     labelled 'Advanced'.
   - ChatGPT: keep the Settings → Connectors UI as the primary path,
     but switch the cloud URL to cloud.anythingmcp.com explicitly
     (instead of 'your-anythingmcp-host'), since the no-install
     callout already pushes everyone to the managed cloud. Demote
     self-host to <details>.
   - Copilot: lead with the VS Code Command Palette path ('MCP: Add
     Server'), HTTP option, paste URL + Bearer token. Demote
     settings.json JSON to <details>.

   All three apply uniformly to en / de / it (9 files total).

2. The blue user bubble in the chat mockup rendered as illegible
   text on the light-mode site because the website's MDX components
   apply text-muted-foreground to descendant text and that wins over
   the Tailwind text-white class. Fixed defensively in the three
   announcement landings (en / de / it):

   - Added Tailwind '!' important prefix to text-white / text-zinc-*
     classes on the chat bubbles.
   - Wrapped the bubble text content (including <strong> inlines) in
     inline-style spans with color: #ffffff to bypass any future
     CSS-precedence regressions.

3. Replaced the outdated 7-row tool tables in the three Claude
   guides with the proper 18-tool grouped table (Identity, Cards,
   Players, Market, GraphQL escape hatch) — matches the current
   adapter state shipped in v0.1.25.
@keysersoft keysersoft merged commit b2108fe into main May 19, 2026
7 checks passed
@keysersoft keysersoft deleted the keysersoft/sorare-no-code-flow-and-bubble-fix branch May 19, 2026 08:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant