Skip to main content
Glama
CONTRIBUTING.mdโ€ข1 kB
# Contributing to Robotics MCP Thank you for your interest in contributing to Robotics MCP! ## Development Setup ```bash # Clone repository git clone https://github.com/sandraschi/robotics-mcp.git cd robotics-mcp # Create virtual environment python -m venv venv source venv/bin/activate # On Windows: venv\Scripts\activate # Install dependencies pip install -e ".[dev]" # Run tests pytest # Check code quality .\scripts\check-standards.ps1 ``` ## Code Standards - **Formatting**: Black (100 char line length) - **Linting**: Ruff - **Type Checking**: mypy (non-strict) - **Testing**: pytest with coverage ## Pull Request Process 1. Fork the repository 2. Create a feature branch 3. Make your changes 4. Add tests 5. Run code quality checks 6. Submit pull request ## Project Structure - `src/robotics_mcp/` - Main source code - `tests/` - Test suite - `docs/` - Documentation - `scripts/` - Utility scripts - `mcpb/` - MCPB packaging ## Questions? Open an issue or contact the maintainers.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/sandraschi/robotics-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server