diff --git a/README.md b/README.md index 0f32acd..ede0a45 100644 --- a/README.md +++ b/README.md @@ -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