We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nightweb/lc-browser-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
pull_request_template.mdβ’4.31 KiB
# Pull Request
## π Description
<!-- Provide a clear and detailed description of your changes -->
### What does this PR do?
<!-- Describe the main purpose of this PR -->
### Why is this change needed?
<!-- Explain the motivation or problem this PR solves -->
## π Related Issues
<!-- Link any related issues using keywords -->
- Fixes #(issue number)
- Closes #(issue number)
- Related to #(issue number)
## π§ͺ Type of Change
Please check the type of change your PR introduces:
- [ ] π **Bug fix** (non-breaking change that fixes an issue)
- [ ] β¨ **New feature** (non-breaking change that adds functionality)
- [ ] π₯ **Breaking change** (fix or feature that would cause existing functionality to not work as expected)
- [ ] π **Documentation** (updating documentation)
- [ ] π§ **Configuration** (changes to configuration files or build process)
- [ ] π§ͺ **Tests** (adding or updating tests)
- [ ] β»οΈ **Refactoring** (code change that neither fixes a bug nor adds a feature)
- [ ] π¨ **Style** (changes that do not affect the meaning of the code)
## π§ Changes Made
<!-- Provide a detailed list of changes -->
### Added
-
### Changed
-
### Fixed
-
### Removed
-
## π§ͺ Testing
### Test Coverage
- [ ] β All existing tests pass (`npm test`)
- [ ] β New tests added for new functionality
- [ ] β Docker tests work (`make test-unit`)
- [ ] β E2E tests considered/added if applicable
### Manual Testing
<!-- Describe how you tested your changes -->
**Test Environment:**
- OS:
- Node.js version:
- Browser(s):
**Test Steps:**
1.
2.
3.
**Expected Results:**
-
**Actual Results:**
-
## πΈ Screenshots/Videos
<!-- If your changes affect the UI or behavior, include screenshots or videos -->
### Before
<!-- Screenshot/description of the behavior before your changes -->
### After
<!-- Screenshot/description of the behavior after your changes -->
## π Deployment Notes
<!-- Any special deployment considerations -->
- [ ] Requires database migration
- [ ] Requires environment variable changes
- [ ] Requires dependency updates
- [ ] Requires configuration changes
- [ ] No deployment changes needed
### Configuration Changes
<!-- List any new environment variables or configuration changes -->
```yaml
# Add any new configuration requirements here
```
## π Documentation
- [ ] β Code is self-documenting with clear variable/function names
- [ ] β Comments added for complex logic
- [ ] β README updated if needed
- [ ] β API documentation updated if needed
- [ ] β CHANGELOG updated
## β Checklist
### Before Submitting
- [ ] β Code follows project style guidelines
- [ ] β Self-review completed
- [ ] β Comments added for hard-to-understand areas
- [ ] β Tests added/updated and passing
- [ ] β Documentation updated
- [ ] β No console errors/warnings
- [ ] β Build passes (`npm run build`)
### Code Quality
- [ ] β No linting errors
- [ ] β No TypeScript errors
- [ ] β No security vulnerabilities introduced
- [ ] β Performance considerations addressed
- [ ] β Error handling implemented
### Git
- [ ] β Commit messages are descriptive and follow convention
- [ ] β Branch is up to date with target branch
- [ ] β No merge conflicts
- [ ] β Squashed commits if needed
## π Review Guidelines
### For Reviewers
Please check:
- [ ] Code quality and style
- [ ] Test coverage and quality
- [ ] Documentation completeness
- [ ] Security considerations
- [ ] Performance impact
- [ ] Breaking changes identified
### Areas of Focus
<!-- Highlight specific areas you'd like reviewers to focus on -->
-
-
-
## π¨ Breaking Changes
<!-- If this is a breaking change, describe the impact and migration path -->
### Impact
<!-- Describe what will break -->
### Migration Guide
<!-- Provide steps for users to migrate -->
```bash
# Migration commands or code examples
```
## π Additional Notes
<!-- Any additional information that would be helpful for reviewers -->
## π·οΈ Labels
<!-- Suggest appropriate labels for this PR -->
- `bug` / `feature` / `documentation` / `enhancement` / `breaking-change`
- `priority-low` / `priority-medium` / `priority-high`
- `needs-review` / `ready-to-merge`
---
**Thank you for your contribution! π**
By submitting this pull request, I confirm that my contribution is made under the terms of the project's license.