Files
inspector/README.md
2024-10-15 11:00:42 -07:00

323 B

MCP Inspector

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

Setup:

yarn
cd client
yarn
cd -
cd server
yarn
cd -

You can run it in dev mode via:

yarn dev

This will start both the client and server.

To run in production mode:

yarn build
yarn start