Switch to npm
This commit is contained in:
@@ -5,13 +5,13 @@ The MCP inspector is a developer tool for testing and debugging MCP servers.
|
||||
Setup:
|
||||
|
||||
```bash
|
||||
yarn
|
||||
npm install
|
||||
```
|
||||
|
||||
You can run it in dev mode via:
|
||||
|
||||
```bash
|
||||
yarn dev
|
||||
npm run dev
|
||||
```
|
||||
|
||||
This will start both the client and server.
|
||||
@@ -19,6 +19,6 @@ This will start both the client and server.
|
||||
To run in production mode:
|
||||
|
||||
```bash
|
||||
yarn build
|
||||
yarn start
|
||||
npm run build
|
||||
npm start
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user