Files
inspector/README.md
Ashwin Bhat d2a7231344 add readme
2024-10-08 10:19:06 -07:00

257 B

MCP Inspector

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

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