Thank you for your interest in contributing to this project! Please follow these guidelines to contribute.
If you find a bug, please use the GitHub Issue tracker to report it. Include the following information in your bug report:
- A clear and concise description of the bug
- Steps to reproduce
- Expected behavior and actual behavior
- Environment information (OS, Node.js version, etc.)
If you have an idea for a new feature, please create an Issue first to propose it. It's important to reach consensus on the direction before making significant changes.
- Fork the repository and create a new branch
- Follow the code style of the project
- Add tests for your changes
- Write clear, descriptive commit messages
- Submit your pull request
# Clone the repository
git clone https://github.com/yourusername/aws-s3-mcp.git
cd aws-s3-mcp
# Install dependencies
npm install
# Start development server
npm start
# Run tests
npm test
This project follows TypeScript coding conventions. Please check your formatting before submitting code using:
npm run lint
By contributing to this project, you agree that your contributions will be licensed under the MIT License.