From 1dfa0cd7aca736c882920328f4c10f2a2a97af16 Mon Sep 17 00:00:00 2001 From: Hiroaki Sano Date: Thu, 13 Feb 2025 21:41:17 +0900 Subject: [PATCH] fix: correct typo in quickstart/user.mdx --- quickstart/user.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quickstart/user.mdx b/quickstart/user.mdx index a6a53e5..810dc56 100644 --- a/quickstart/user.mdx +++ b/quickstart/user.mdx @@ -98,7 +98,7 @@ If you get an error saying "command not found" or "node is not recognized", down **How does the configuration file work?** -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. +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. @@ -241,4 +241,4 @@ npm install -g npm > Now build your own custom server to use in Claude for Desktop and other clients - \ No newline at end of file +