Skip to main content
Glama

DollhouseMCP

by DollhouseMCP
QUICK_START.mdโ€ข2.77 kB
# Quick Start for Contributors ## ๐Ÿš€ Getting Started in 5 Minutes ### 1. Find Work ```bash # View high-priority issues gh issue list --label "priority: high" --label "good first issue" # Or use our management script ./scripts/project-management.sh ``` ### 2. Claim an Issue ```bash # Assign yourself gh issue edit <ISSUE_NUMBER> --add-assignee @me # Comment your plan gh issue comment <ISSUE_NUMBER> --body "I'll work on this! Planning to..." ``` ### 3. Start Working ```bash # Create branch git checkout -b fix/issue-<ISSUE_NUMBER> # Make changes # ... code ... # Test locally npm test ``` ### 4. Submit PR ```bash # Push changes git push origin fix/issue-<ISSUE_NUMBER> # Create PR gh pr create --title "Fix: <description>" --body "Fixes #<ISSUE_NUMBER>" ``` ## ๐Ÿ“‹ Issue Labels Guide ### Priority Labels (Choose One) - ๐Ÿ”ด `priority: critical` - Drop everything - ๐ŸŸ  `priority: high` - Work on these first - ๐ŸŸก `priority: medium` - Normal priority - ๐ŸŸข `priority: low` - When time permits ### Area Labels (Choose One) - ๐Ÿณ `area: docker` - Containerization - ๐Ÿงช `area: testing` - Test suite - ๐ŸŒ `area: platform-compat` - Multi-platform - ๐Ÿช `area: marketplace` - GitHub marketplace - ๐ŸŽจ `area: ux` - User experience - ๐Ÿ”’ `area: security` - Security issues ### Good Starting Points - `good first issue` - Great for newcomers - `help wanted` - We need help! - `type: documentation` - Doc updates ## ๐ŸŽฏ Current Focus Areas ### v1.1.0 - CI/CD Reliability (Due: July 18) - Fix Docker ARM64 issue (#28) - **HIGH PRIORITY** - Add MCP integration tests (#29) - Docker improvements (#33) ### v1.2.0 - Universal Platform Support (Due: Aug 15) - Research platform compatibility (#30) - Create universal installer (#32) ### v1.3.0 - Enhanced UX (Due: Sep 5) - Persona active indicators (#31) - Pre-prompt system - Safety features ## ๐Ÿ’ก Tips for Success 1. **Communicate Early** - Comment on issues before starting 2. **Ask Questions** - We're here to help! 3. **Test Thoroughly** - Run tests before submitting 4. **Small PRs** - Easier to review and merge 5. **Follow Style** - Match existing code patterns ## ๐Ÿ›  Useful Commands ```bash # Run project management script ./scripts/project-management.sh # View your issues gh issue list --assignee @me # Check CI status gh run list --limit 5 # View project board gh browse --projects ``` ## ๐Ÿ“š Resources - [Contributing Guide](../CONTRIBUTING.md) - [Project Setup](./PROJECT_SETUP.md) - [Architecture Docs](../README.md) - [Issue Templates](./.github/ISSUE_TEMPLATE/) ## โ“ Need Help? - Check [Discussions](https://github.com/DollhouseMCP/mcp-server/discussions) - Tag @mickdarling in issues/PRs - Join our [Discord](#) (coming soon) Welcome to DollhouseMCP! ๐ŸŽญ

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/DollhouseMCP/DollhouseMCP'

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