Skip to content

Commit 7dbaee4

Browse files
Merge pull request modelcontextprotocol#68 from modelcontextprotocol/justin/contributing
Add CONTRIBUTING.md
2 parents 03193a9 + 60dea9a commit 7dbaee4

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

CONTRIBUTING.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Contributing to Model Context Protocol Inspector
2+
3+
Thanks for your interest in contributing! This guide explains how to get involved.
4+
5+
## Getting Started
6+
7+
1. Fork the repository and clone it locally
8+
2. Install dependencies with `npm install`
9+
3. Run `npm run dev` to start both client and server in development mode
10+
4. Use the web UI at http://localhost:5173 to interact with the inspector
11+
12+
## Development Process & Pull Requests
13+
14+
1. Create a new branch for your changes
15+
2. Make your changes following existing code style and conventions
16+
3. Test changes locally
17+
4. Update documentation as needed
18+
5. Use clear commit messages explaining your changes
19+
6. Verify all changes work as expected
20+
7. Submit a pull request
21+
8. PRs will be reviewed by maintainers
22+
23+
## Code of Conduct
24+
25+
This project follows our [Code of Conduct](CODE_OF_CONDUCT.md). Please read it before contributing.
26+
27+
## Security
28+
29+
If you find a security vulnerability, please refer to our [Security Policy](SECURITY.md) for reporting instructions.
30+
31+
## Questions?
32+
33+
Feel free to [open an issue](https://github.com/modelcontextprotocol/mcp-inspector/issues) for questions or create a discussion for general topics.
34+
35+
## License
36+
37+
By contributing, you agree that your contributions will be licensed under the MIT license.

0 commit comments

Comments
 (0)