Skip to content

Commit ca41b2a

Browse files
committed
update readme with setup instructions
1 parent 7bc622c commit ca41b2a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22

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

5+
Setup:
6+
7+
```bash
8+
yarn
9+
cd client
10+
yarn
11+
cd -
12+
cd server
13+
yarn
14+
cd -
15+
```
16+
517
You can run it in dev mode via:
618

719
```bash

0 commit comments

Comments
 (0)