Skip to content

Commit 8edb8b9

Browse files
Merge pull request modelcontextprotocol#106 from jsnbuchanan/jsnbuchanan/fix/trouble-shooting-copy-n-paste-macos-typo
fix: trailing '`' breaks MacOS/Linux cli example for "quickstart/user#server-not-showing-up-in-claude-hammer-icon-missing"
2 parents a50261c + 9a3ef6f commit 8edb8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quickstart/user.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ As needed, Claude will call the relevant tools and seek your approval before tak
145145
<Tabs>
146146
<Tab title="MacOS/Linux">
147147
```bash
148-
npx -y @modelcontextprotocol/server-filesystem /Users/username/Desktop /Users/username/Downloads`
148+
npx -y @modelcontextprotocol/server-filesystem /Users/username/Desktop /Users/username/Downloads
149149
```
150150
</Tab>
151151
<Tab title="Windows">

0 commit comments

Comments
 (0)