update readme with setup instructions
This commit is contained in:
12
README.md
12
README.md
@@ -2,6 +2,18 @@
|
|||||||
|
|
||||||
The MCP inspector is a developer tool for testing and debugging MCP servers.
|
The MCP inspector is a developer tool for testing and debugging MCP servers.
|
||||||
|
|
||||||
|
Setup:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
yarn
|
||||||
|
cd client
|
||||||
|
yarn
|
||||||
|
cd -
|
||||||
|
cd server
|
||||||
|
yarn
|
||||||
|
cd -
|
||||||
|
```
|
||||||
|
|
||||||
You can run it in dev mode via:
|
You can run it in dev mode via:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|||||||
Reference in New Issue
Block a user