Skip to content

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

Open
WhiteHades wants to merge 1 commit 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 1 commit 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 (<>) that were incorrectly wrapping the MCP docs server URL (https://mcp-for-docs.appwrite.io) in setup instructions across 7 AI dev tool documentation pages. The brackets would have caused users to copy a malformed URL or command when following the setup guides.

  • Fixes the URL rendering in code snippets for Antigravity, Claude Code, Cursor, Emergent, OpenCode, VS Code, and Windsurf pages.
  • All 7 changes are identical in nature — a single-line removal on each affected line — with no logic or structural changes.

Confidence Score: 5/5

Safe to merge — all changes are pure documentation corrections with no code or logic involved.

Every change is a single-line removal of erroneous angle brackets from a URL string inside a documentation code block. The fix is correct and consistent across all 7 files, and there are no functional, structural, or behavioral changes of any kind.

No files require special attention.

Important Files Changed

Filename Overview
src/routes/docs/tooling/ai/ai-dev-tools/antigravity/+page.markdoc Removes stray angle brackets wrapping the MCP docs server URL in the mcp_config.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/claude-code/+page.markdoc Removes angle brackets around the MCP docs server URL in the bash command example.
src/routes/docs/tooling/ai/ai-dev-tools/cursor/+page.markdoc Removes angle brackets around the MCP docs server URL in the mcp.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/emergent/+page.markdoc Removes angle brackets around the MCP docs server URL in the emergent config snippet.
src/routes/docs/tooling/ai/ai-dev-tools/opencode/+page.markdoc Removes angle brackets around the MCP docs server URL in the opencode.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/vscode/+page.markdoc Removes angle brackets around the MCP docs server URL in the VS Code mcp.json snippet.
src/routes/docs/tooling/ai/ai-dev-tools/windsurf/+page.markdoc Removes angle brackets around the MCP docs server URL in the Windsurf mcp_config.json snippet.

Reviews (1): Last reviewed commit: "fix: remove angle brackets from MCP docs..." | 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