Skip to main content
Glama

Semantic Context MCP

Official
PULL_REQUEST_TEMPLATE.mdβ€’2.94 kB
## 🎯 Semantic Intent **What semantic problem does this PR solve?** Brief description of the semantic intent behind this change. ## πŸ“ Description **What changed and why?** Detailed explanation of the changes and their business value. ## πŸ”— Related Issues Closes #(issue) ## πŸ—οΈ Type of Change - [ ] πŸ› 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 update - [ ] 🎨 Code refactoring (no functional changes) - [ ] ⚑ Performance improvement - [ ] πŸ”’ Security enhancement - [ ] βœ… Test additions or updates ## πŸ“‹ Architectural Impact **Which layers are affected?** - [ ] Domain Layer (`src/domain/`) - [ ] Application Layer (`src/application/`) - [ ] Infrastructure Layer (`src/infrastructure/`) - [ ] Presentation Layer (`src/presentation/`) - [ ] None (documentation, tests, etc.) ## βœ… Checklist **Before submitting:** - [ ] My code follows the semantic intent patterns - [ ] I have added semantic documentation (WHY, not just WHAT) - [ ] I have added tests that prove my fix/feature works - [ ] All new and existing tests pass locally (`npm test`) - [ ] TypeScript compilation succeeds (`npm run type-check`) - [ ] Code is formatted (`npm run format`) - [ ] I have updated the documentation (if applicable) - [ ] My changes generate no new warnings - [ ] I have reviewed my own code - [ ] I have commented complex or non-obvious code ## πŸ§ͺ Testing **How has this been tested?** Describe the tests you ran: - [ ] Unit tests added/updated - [ ] Integration tests (if applicable) - [ ] Manual testing performed **Test configuration:** - Node.js version: - OS: - Wrangler version: ## πŸ“Έ Screenshots (if applicable) Add screenshots for UI changes or visual improvements. ## 🎨 Code Quality **Semantic Intent Documentation:** - [ ] All new functions include semantic intent comments - [ ] Complex logic is explained with WHY comments - [ ] Business rules are documented **Architecture:** - [ ] Changes maintain layer boundaries - [ ] No infrastructure leaking into domain - [ ] Dependency injection used where appropriate ## πŸ” Breaking Changes **Does this PR introduce breaking changes?** - [ ] No breaking changes - [ ] Yes, breaking changes documented below **If yes, describe migration path:** ``` // Migration example ``` ## πŸ“š Additional Context Add any other context about the PR here. ## 🀝 Reviewer Notes **Specific areas to review:** - [ ] Semantic intent clarity - [ ] Test coverage - [ ] Performance implications - [ ] Security considerations --- **By submitting this PR, I confirm:** - [ ] I have read and followed the [CONTRIBUTING.md](../CONTRIBUTING.md) guidelines - [ ] My changes maintain semantic integrity - [ ] I agree to the terms of the MIT License

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/semanticintent/semantic-context-mcp'

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