We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/aplaceforallmystuff/mcp-homescan'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
CONTRIBUTING.md•1.13 kB
# Contributing to mcp-homescan
Thank you for your interest in contributing to mcp-homescan!
## Getting Started
1. Fork the repository
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/mcp-homescan.git`
3. Install dependencies: `npm install`
4. Create a branch: `git checkout -b feature/your-feature-name`
## Development
```bash
# Build the project
npm run build
# Watch mode for development
npm run watch
# Run the server locally
node dist/index.js
```
## Making Changes
1. Make your changes
2. Test locally by running the MCP server
3. Update documentation if needed
4. Commit with a descriptive message
## Pull Requests
1. Push your changes to your fork
2. Open a pull request against `main`
3. Describe what your changes do and why
4. Link any relevant issues
## Code Style
- TypeScript strict mode
- Descriptive variable and function names
- Comments for complex logic
## Reporting Issues
- Check existing issues first
- Provide clear reproduction steps
- Include system info (OS, Node version)
## License
By contributing, you agree that your contributions will be licensed under the MIT License.