Skip to content

Commit 466cd8a

Browse files
Merge pull request modelcontextprotocol#1712 from koic/correct_package_manager_notation
Correct package manager notations
2 parents 0e960db + 95e0fc8 commit 466cd8a

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

docs/docs/develop/connect-local-servers.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,9 +283,9 @@ With this change in place, launch Claude Desktop once again.
283283

284284
<Warning>
285285

286-
**NPM should be installed globally**
286+
**npm should be installed globally**
287287

288-
The `npx` command may continue to fail if you have not installed NPM globally. If NPM is already installed globally, you will find `%APPDATA%\npm` exists on your system. If not, you can install NPM globally by running the following command:
288+
The `npx` command may continue to fail if you have not installed npm globally. If npm is already installed globally, you will find `%APPDATA%\npm` exists on your system. If not, you can install npm globally by running the following command:
289289

290290
```bash
291291
npm install -g npm

docs/docs/tools/inspector.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ npx @modelcontextprotocol/inspector <command>
1919
npx @modelcontextprotocol/inspector <command> <arg1> <arg2>
2020
```
2121

22-
#### Inspecting servers from NPM or PyPi
22+
#### Inspecting servers from npm or PyPI
2323

24-
A common way to start server packages from [NPM](https://npmjs.com) or [PyPi](https://pypi.org).
24+
A common way to start server packages from [npm](https://npmjs.com) or [PyPI](https://pypi.org).
2525

2626
<Tabs>
2727

28-
<Tab title="NPM package">
28+
<Tab title="npm package">
2929

3030
```bash
3131
npx -y @modelcontextprotocol/inspector npx <package-name> <args>
@@ -35,7 +35,7 @@ npx -y @modelcontextprotocol/inspector npx @modelcontextprotocol/server-filesyst
3535

3636
</Tab>
3737

38-
<Tab title="PyPi package">
38+
<Tab title="PyPI package">
3939

4040
```bash
4141
npx @modelcontextprotocol/inspector uvx <package-name> <args>

0 commit comments

Comments
 (0)