Files
inspector/README.md
Justin Spahr-Summers 702f827f74 Switch to npm
2024-10-28 10:48:41 +00:00

295 B

MCP Inspector

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

Setup:

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