Files
inspector/README.md
2024-11-11 16:36:42 +00:00

360 B

MCP Inspector

The MCP inspector is a developer tool for testing and debugging MCP servers.

Getting started

Clone this repository, then install its dependencies:

npm install

You can run it in dev mode via:

npm run dev

This will start both the client and server.

To run in production mode:

npm run build
npm start