We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/barateza/mcp-plesk-extension-guide'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•1.15 KiB
# Contributing
Thank you for your interest in contributing to the Plesk Extensions Guide MCP Server!
## Getting Started
1. **Fork the repository** and clone your fork locally
2. **Create a virtual environment**: `python -m venv .venv`
3. **Activate it**: `source .venv/bin/activate` (macOS/Linux) or `.venv\Scripts\activate` (Windows)
4. **Install dependencies**: `pip install -e .`
5. **Download documentation**: `python scripts/download_docs.py`
## Development
- Ensure Python 3.12+ is being used
- Test changes locally before submitting
- Follow PEP 8 style guidelines
- Add meaningful commit messages
## Submitting Changes
1. Create a feature branch: `git checkout -b feature/your-feature-name`
2. Make your changes and commit them
3. Push to your fork: `git push origin feature/your-feature-name`
4. Open a pull request with a clear description of the changes
## Issues
Found a bug? Please open an issue with:
- Clear description of the problem
- Steps to reproduce
- Expected vs actual behavior
- Your environment (Python version, OS, etc.)
## License
By contributing, you agree that your contributions will be licensed under the same MIT License as the project.