This guide covers how to set up MCPKit for local development and contribute to the project.Documentation Index
Fetch the complete documentation index at: https://mcpkit.sh/llms.txt
Use this file to discover all available pages before exploring further.
Development Setup
Running Locally
Test your changes without building:Contributing
Pull Request Process
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature) - Make your changes
- Test thoroughly with multiple websites
- Commit (
git commit -m 'feat: add amazing feature') - Push (
git push origin feature/amazing-feature) - Open a Pull Request
Commit Convention
Use conventional commits:feat:- New featurefix:- Bug fixdocs:- Documentation changeschore:- Maintenance tasks
Getting Help
GitHub Discussions
Ask questions and discuss ideas
Discord
Chat with contributors