← Back to list

contributor
by jvolden
Model Context Protocol (MCP) server for SDL3 - provides documentation, examples, and migration guides for Simple DirectMedia Layer 3
⭐ 0🍴 1📅 Jan 22, 2026
SKILL.md
name: contributor description: Guides external contributors through the MCP SDL3 Server contribution process. Use when someone wants to contribute to the project, add SDL3 functions, implement new features, or understand the contribution workflow. Covers quick start, project structure, testing requirements, and submission guidelines.
Contributor Skill
Guides external contributors through the MCP SDL3 Server contribution workflow.
Quick Start
- Fork and clone the repository
- Install dependencies:
uv sync - Test the server:
uv run mcp-sdl --help
Making Contributions
Adding SDL3 Functions
- Update the appropriate category file in
api/with new function documentation - Test changes:
uv run mcp-sdl --help - Update documentation if needed
Adding New Tools
- Define the tool function in
tools.pywith type hints and docstring - Register it in
server.pyusingmcp.tool(your_function) - Test the tool works correctly
- Update the README's "Available Tools" section
Testing
Run tests before submitting:
uv run pytest --cov --cov-report=term-missing
Requirements: 100% test coverage for all new code.
Contribution Workflow
- Fork the repository
- Create a feature branch:
git checkout -b feature/your-feature - Make your changes
- Test your changes locally
- Commit with clear messages:
git commit -m "Add: description" - Push to your fork:
git push origin feature/your-feature - Open a Pull Request
Getting Help
- Review existing code in
tools.pyfor implementation patterns - See copilot-instructions.md for detailed project conventions
- Open an issue for questions or discussions
Note: For detailed implementation patterns and code quality standards, the AI will automatically use the mcp-developer skill when making code changes.
Score
Total Score
70/100
Based on repository quality metrics
✓SKILL.md
SKILL.mdファイルが含まれている
+20
✓LICENSE
ライセンスが設定されている
+10
✓説明文
100文字以上の説明がある
+10
○人気
GitHub Stars 100以上
0/15
○最近の活動
3ヶ月以内に更新がある
0/10
○フォーク
10回以上フォークされている
0/5
✓Issue管理
オープンIssueが50未満
+5
✓言語
プログラミング言語が設定されている
+5
○タグ
1つ以上のタグが設定されている
0/5
Reviews
💬
Reviews coming soon