Skip to main content
Glama
portel-dev

NCP - Natural Context Provider

by portel-dev
pull_request_template.md3.11 kB
# Pull Request ## Description <!-- Provide a brief description of the changes in this PR --> ## Type of Change <!-- Mark the relevant option with [x] --> - [ ] 🐛 Bug fix (non-breaking change that fixes an issue) - [ ] ✨ New feature (non-breaking change that adds functionality) - [ ] 💥 Breaking change (fix or feature that causes existing functionality to not work as expected) - [ ] 📚 Documentation update - [ ] 🔧 Configuration change - [ ] ⚡ Performance improvement - [ ] 🧪 Test additions or improvements - [ ] 🎨 Code style/formatting changes - [ ] 📦 Dependencies update ## Related Issues <!-- Link to related issues. Use "Closes #123" to auto-close issues when PR is merged --> - Closes # - Related to # ## Changes Made <!-- Provide a detailed list of changes --> ### Added - ### Changed - ### Removed - ### Fixed - ## Testing <!-- Describe the testing you've performed --> ### Test Environment - [ ] Local development - [ ] Docker container - [ ] Multiple Node.js versions - [ ] Multiple operating systems ### Test Cases - [ ] Unit tests pass (`npm test`) - [ ] Integration tests pass - [ ] Manual testing completed - [ ] Edge cases considered ### Test Commands Used ```bash # Add commands used for testing npm test npm run build ``` ## MCP Server Compatibility <!-- If this affects MCP server integration --> - [ ] Tested with multiple MCP servers - [ ] No breaking changes to MCP protocol usage - [ ] Discovery/search functionality unaffected - [ ] Error handling improved/maintained ## Documentation <!-- Check if documentation needs updates --> - [ ] README.md updated (if needed) - [ ] API documentation updated - [ ] Configuration examples updated - [ ] Migration guide provided (for breaking changes) ## Performance Impact <!-- Describe any performance implications --> - [ ] No performance impact expected - [ ] Performance improvement included - [ ] Performance regression possible (explain below) <!-- If performance impact, provide details --> ## Screenshots/Examples <!-- Add screenshots or examples if UI/CLI changes are involved --> ## Checklist <!-- Review checklist before submitting --> ### Code Quality - [ ] Code follows project style guidelines - [ ] Self-review completed - [ ] Code is properly commented - [ ] No console.log or debug statements left - [ ] Error handling is appropriate ### Security - [ ] No sensitive information exposed - [ ] Input validation added where needed - [ ] Security implications considered ### Compatibility - [ ] Changes are backward compatible (or breaking changes documented) - [ ] Works with supported Node.js versions - [ ] Cross-platform compatibility maintained ## Deployment Notes <!-- Any special deployment considerations --> - [ ] No special deployment steps required - [ ] Configuration changes needed (document below) - [ ] Database migrations required - [ ] Environment variables added/changed <!-- Add deployment notes if needed --> ## Reviewer Notes <!-- Anything specific for reviewers to focus on --> ## Additional Context <!-- Add any other context about the pull request here -->

Latest Blog Posts

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/portel-dev/ncp'

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