From ca41b2a60e8672406c46780486ab409d82910e26 Mon Sep 17 00:00:00 2001 From: Ashwin Bhat Date: Fri, 11 Oct 2024 10:06:22 -0700 Subject: [PATCH] update readme with setup instructions --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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