File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change
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 build ` to verify everything builds correctly
10
+
11
+ ## Development Process
12
+
13
+ 1 . Create a new branch for your changes
14
+ 2 . Make your changes
15
+ 3 . Submit a pull request
16
+
17
+ ## Pull Request Process
18
+
19
+ 1 . Update documentation as needed
20
+ 2 . Follow existing code style and conventions
21
+ 3 . Include useful commit messages explaining the changes
22
+ 4 . PRs will be reviewed by maintainers
23
+
24
+ ## Code of Conduct
25
+
26
+ This project follows our [ Code of Conduct] ( CODE_OF_CONDUCT.md ) . Please read it before contributing.
27
+
28
+ ## Security
29
+
30
+ If you find a security vulnerability, please refer to our [ Security Policy] ( SECURITY.md ) for reporting instructions.
31
+
32
+ ## Questions?
33
+
34
+ Feel free to [ open an issue] ( https://github.com/justinmahar/mcp-inspector/issues ) for questions or create a discussion for general topics.
35
+
36
+ ## License
37
+
38
+ By contributing, you agree that your contributions will be licensed under the MIT license.
You can’t perform that action at this time.
0 commit comments