Changes the default ports used by the MCP Inspector client UI and the MCP Proxy server to avoid conflicts with common development ports and provide a memorable mnemonic based on T9 mapping.
1.3 KiB
1.3 KiB
Contributing to Model Context Protocol Inspector
Thanks for your interest in contributing! This guide explains how to get involved.
Getting Started
- Fork the repository and clone it locally
- Install dependencies with
npm install - Run
npm run devto start both client and server in development mode - Use the web UI at http://127.0.0.1:6274 to interact with the inspector
Development Process & Pull Requests
- Create a new branch for your changes
- Make your changes following existing code style and conventions. You can run
npm run prettier-checkandnpm run prettier-fixas applicable. - Test changes locally by running
npm test - Update documentation as needed
- Use clear commit messages explaining your changes
- Verify all changes work as expected
- Submit a pull request
- PRs will be reviewed by maintainers
Code of Conduct
This project follows our Code of Conduct. Please read it before contributing.
Security
If you find a security vulnerability, please refer to our Security Policy for reporting instructions.
Questions?
Feel free to open an issue for questions or create a discussion for general topics.
License
By contributing, you agree that your contributions will be licensed under the MIT license.