update readme with setup instructions

This commit is contained in:
Ashwin Bhat
2024-10-11 10:06:22 -07:00
parent 7bc622c21b
commit ca41b2a60e

View File

@@ -2,6 +2,18 @@
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:
```bash