Skip to content

Commit daa329b

Browse files
committed
README instructions for preinstalling the SDK
1 parent 7926eea commit daa329b

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
The MCP inspector is a developer tool for testing and debugging MCP servers.
44

5-
Setup:
5+
## Getting started
66

7-
```bash
7+
This repository depends on the [MCP TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk/). Until these repositories are made public and published to npm, the SDK has to be preinstalled manually:
8+
9+
1. Download the [latest release of the SDK](https://github.com/modelcontextprotocol/typescript-sdk/releases) (the file named something like `modelcontextprotocol-sdk-0.1.0.tgz`). You don't need to extract it.
10+
2. From within your checkout of _this_ repository, run `npm install --save path/to/sdk.tgz`. This will overwrite the expected location for the SDK to allow you to proceed.
11+
12+
Then, you should be able to install the rest of the dependencies normally:
13+
14+
```sh
815
npm install
916
```
1017

0 commit comments

Comments
 (0)