This repository was archived by the owner on Apr 8, 2025. It is now read-only.
This repository was archived by the owner on Apr 8, 2025. It is now read-only.
trailing '`' breaks MacOS/Linux cli example for "quickstart/user#server-not-showing-up-in-claude-hammer-icon-missing" #105
Open
Description
Describe the bug
Trailing `
breaks MacOS/Linux cli example for "https://modelcontextprotocol.io/quickstart/user#server-not-showing-up-in-claude-hammer-icon-missing"
To Reproduce
Steps to reproduce the behavior:
- Go to https://modelcontextprotocol.io/quickstart/user#server-not-showing-up-in-claude-hammer-icon-missing
- Expand the section
- Click the copy n' paste icon for the
MacOS/Linux
code example that looks likenpx -y @modelcontextprotocol/server-filesystem /Users/username/Desktop...
- Paste in your terminal and hit
Enter
Expected behavior
The command should execute, but because of a trailing `
the command does not execute.
Logs
) npx -y @modelcontextprotocol/server-filesystem /Users/username/Desktop /Users/username/Downloads`
>
Additional context
no additional context