Skip to content

fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000

Open
WhiteHades wants to merge 2 commits into
appwrite:mainfrom
WhiteHades:fix-remove-angle-brackets-mcp-url
Open

fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000
WhiteHades wants to merge 2 commits into
appwrite:mainfrom
WhiteHades:fix-remove-angle-brackets-mcp-url

Conversation

@WhiteHades
Copy link
Copy Markdown

What does this PR do?

removes stray angle brackets <> wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) in setup instructions across 7 AI dev tool pages. The brackets caused the URL to render incorrectly.

Test Plan

No code was changed. visual/docs fix only.

Related PRs and Issues

N/A

Have you read the Contributing Guidelines on issues?

yes

@greptile-apps
Copy link
Copy Markdown
Contributor

greptile-apps Bot commented May 14, 2026

Greptile Summary

This PR removes stray angle brackets (<>) wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) from code snippets in 7 AI dev tool documentation pages, fixing incorrect rendering when users copy-paste the commands.

  • Identical one-line fix applied consistently across all 7 affected pages (antigravity, claude-code, cursor, emergent, opencode, vscode, windsurf).
  • No logic or configuration changes; purely a documentation correctness fix.

Confidence Score: 5/5

Safe to merge — all changes are single-character documentation fixes with no functional code affected.

Every change strips the same two characters from a URL string inside a code snippet. The fix is consistent and correct across all 7 files, with no surrounding logic touched.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/tooling/ai/ai-dev-tools/antigravity/+page.markdoc Removes angle brackets from MCP docs server URL in mcp_config.json snippet
src/routes/docs/tooling/ai/ai-dev-tools/claude-code/+page.markdoc Removes angle brackets from MCP docs server URL in claude mcp add command snippet
src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc Removes angle brackets from MCP docs server URL in mcp.json snippet
src/routes/docs/tooling/ai/ai-dev-tools/emergent/+page.markdoc Removes angle brackets from MCP docs server URL in mcp-remote args snippet
src/routes/docs/tooling/ai/ai-dev-tools/opencode/+page.markdoc Removes angle brackets from MCP docs server URL in opencode.json snippet
src/routes/docs/tooling/ai/ai-dev-tools/vscode/+page.markdoc Removes angle brackets from MCP docs server URL in mcp.json snippet
src/routes/docs/tooling/ai/ai-dev-tools/windsurf/+page.markdoc Removes angle brackets from MCP docs server URL in mcp_config.json snippet

Reviews (2): Last reviewed commit: "Merge branch 'main' into fix-remove-angl..." | Re-trigger Greptile

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