Contributing
November 25, 2024 ยท View on GitHub
Thank you for your interest in contributing to create-mcp-server! This tool helps developers quickly scaffold new MCP (Model Context Protocol) servers.
Getting Started
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/create-python-server.git - Install dependencies:
uv sync --dev --all-extras
Development
- Make your changes in the
srcdirectory - Test your changes by creating a new server:
uv run -m create_mcp_server test-server - Run type checking:
uv run pyright - Run linting:
uv run ruff check .
Pull Requests
- Create a new branch for your changes
- Make your changes
- Ensure type checking and linting pass
- Test server creation using your changes
- Submit a pull request with a clear description of your changes
Code of Conduct
This project follows our Code of Conduct. Please review it before contributing.
Reporting Issues
- Use the GitHub issue tracker
- Provide clear reproduction steps
- Include relevant system information
- Specify the version you're using
Security Issues
Please review our Security Policy for reporting security vulnerabilities.
License
By contributing, you agree that your contributions will be licensed under the MIT License.