Files
inspector/README.md
Simon Willison 561ea91504 Skip the dist/index.js bit
The `dist/index.js` bit is confusing. Running without that gives you a working web UI.
2024-11-25 10:26:35 -08:00

15 lines
399 B
Markdown

# MCP Inspector
The MCP inspector is a developer tool for testing and debugging MCP servers.
It can be run easily from `npx`:
```
npx @modelcontextprotocol/inspector
```
This starts a localhost web server on port 5173. You can then visit http://localhost:5173/ to interact with the tool.
## License
This project is licensed under the MIT License—see the [LICENSE](LICENSE) file for details.