Skip to content

Commit 1f75a24

Browse files
authored
fix: correct typo in quickstart/user.mdx (modelcontextprotocol#137)
1 parent d26a3ac commit 1f75a24

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

quickstart/user.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ If you get an error saying "command not found" or "node is not recognized", down
9898
<Tip>
9999
**How does the configuration file work?**
100100

101-
This configuration file tells Claude for Dekstop which MCP servers to start up every time you start the application. In this case, we have added one server called "filesystem" that will use the Node `npx` command to install and run `@modelcontextprotocol/server-filesystem`. This server, described [here](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem), will let you access your file system in Claude for Desktop.
101+
This configuration file tells Claude for Desktop which MCP servers to start up every time you start the application. In this case, we have added one server called "filesystem" that will use the Node `npx` command to install and run `@modelcontextprotocol/server-filesystem`. This server, described [here](https://github.com/modelcontextprotocol/servers/tree/main/src/filesystem), will let you access your file system in Claude for Desktop.
102102
</Tip>
103103

104104
<Warning>
@@ -241,4 +241,4 @@ npm install -g npm
241241
>
242242
Now build your own custom server to use in Claude for Desktop and other clients
243243
</Card>
244-
</CardGroup>
244+
</CardGroup>

0 commit comments

Comments
 (0)