fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000
fix: remove angle brackets from MCP docs server URL in 7 AI dev tool pages#3000WhiteHades wants to merge 1 commit into
Conversation
Greptile SummaryThis PR removes stray angle brackets (
Confidence Score: 5/5Safe 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
Reviews (1): Last reviewed commit: "fix: remove angle brackets from MCP docs..." | Re-trigger Greptile |
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