Skip to content

Commit 01fb48e

Browse files
Merge pull request modelcontextprotocol#48 from modelcontextprotocol/jspahrsummers-patch-1
Update setup instructions in README
2 parents 6fdb290 + 5ceaa48 commit 01fb48e

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,7 @@ The MCP inspector is a developer tool for testing and debugging MCP servers.
44

55
## Getting started
66

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:
7+
Clone this repository, then install its dependencies:
138

149
```sh
1510
npm install

0 commit comments

Comments
 (0)