add readme

This commit is contained in:
Ashwin Bhat
2024-10-08 10:19:06 -07:00
parent 1095e48c44
commit d2a7231344
5 changed files with 200 additions and 1 deletions

18
README.md Normal file
View File

@@ -0,0 +1,18 @@
# MCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.
You can run it in dev mode via:
```bash
yarn dev
```
This will start both the client and server.
To run in production mode:
```bash
yarn build
yarn start
```