Thank you for your interest in contributing to create-typescript-server
! This tool helps developers quickly scaffold new MCP (Model Context Protocol) servers.
- Fork the repository
- Clone your fork:
git clone https://github.com/YOUR_USERNAME/create-typescript-server.git
- Install dependencies:
npm install
- Build the project:
npm run build
- Make your changes in the
src
directory - Use
npm run watch
during development for automatic rebuilding - Test your changes by creating a new server:
./build/index.js test-server
- Create a new branch for your changes
- Make your changes
- Ensure the build passes:
npm run build
- Test server creation using your changes
- Submit a pull request with a clear description of your changes
This project follows our Code of Conduct. Please review it before contributing.
- Use the GitHub issue tracker
- Provide clear reproduction steps
- Include relevant system information
- Specify the version you're using
Please review our Security Policy for reporting security vulnerabilities.
By contributing, you agree that your contributions will be licensed under the MIT License.