Justin Spahr-Summers ab9c130610 Merge pull request #50 from modelcontextprotocol/justin/fix-dark-mode
Marginally better dark mode support
2024-11-12 13:46:24 +00:00
2024-10-28 10:48:41 +00:00
2024-10-16 16:22:14 -07:00
2024-11-11 16:28:51 +00:00
2024-10-07 16:28:11 -07:00
2024-10-07 16:28:11 -07:00
2024-11-11 10:37:09 +00:00
2024-11-11 16:28:51 +00:00
2024-11-11 16:36:42 +00:00

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
Description
Visual testing tool for MCP servers
Readme 3.7 MiB
Languages
TypeScript 85.7%
JavaScript 13.1%
CSS 0.9%
Dockerfile 0.2%