Skip to main content
Glama

mcp-adr-analysis-server

by tosin2013
release-drafter.ymlโ€ข3.43 kB
name-template: 'v$RESOLVED_VERSION' tag-template: 'v$RESOLVED_VERSION' categories: - title: '๐Ÿš€ Features' labels: - 'feature' - 'enhancement' - 'minor' - title: '๐Ÿ› Bug Fixes' labels: - 'fix' - 'bugfix' - 'bug' - 'patch' - title: '๐Ÿงช Tests' labels: - 'test' - 'tests' - title: '๐Ÿ“š Documentation' labels: - 'documentation' - 'docs' - title: '๐Ÿ”ง Maintenance' labels: - 'chore' - 'maintenance' - 'refactor' - 'dependencies' - title: '๐Ÿ’ฅ Breaking Changes' labels: - 'breaking' - 'breaking-change' - 'major' - title: '๐Ÿ—๏ธ Architecture' labels: - 'architecture' - 'adr' - title: '๐Ÿ”— Smart Code Linking' labels: - 'smart-code-linking' - 'code-linking' - title: '๐Ÿ›ก๏ธ Security' labels: - 'security' - 'vulnerability' change-template: '- $TITLE @$AUTHOR (#$NUMBER)' change-title-escapes: '\<*_&' version-resolver: major: labels: - 'major' - 'breaking' - 'breaking-change' minor: labels: - 'minor' - 'feature' - 'enhancement' patch: labels: - 'patch' - 'fix' - 'bugfix' - 'bug' - 'chore' - 'maintenance' - 'documentation' - 'test' - 'tests' - 'refactor' - 'dependencies' default: patch autolabeler: - label: 'breaking' title: - '/(?i)breaking/gi' body: - '/(?i)breaking change/gi' - label: 'feature' title: - '/(?i)feat/gi' - '/(?i)feature/gi' files: - 'src/tools/*' - 'src/utils/*' - label: 'bug' title: - '/(?i)fix/gi' - '/(?i)bug/gi' - label: 'test' title: - '/(?i)test/gi' files: - 'tests/**/*' - '**/*.test.ts' - '**/*.spec.ts' - label: 'documentation' title: - '/(?i)docs/gi' - '/(?i)documentation/gi' files: - 'docs/**/*' - 'README.md' - '*.md' - label: 'maintenance' title: - '/(?i)chore/gi' - '/(?i)maintenance/gi' - '/(?i)refactor/gi' - label: 'dependencies' title: - '/(?i)bump/gi' - '/(?i)update.*dependencies/gi' files: - 'package*.json' - 'yarn.lock' - label: 'smart-code-linking' title: - '/(?i)smart.*code.*linking/gi' - '/(?i)code.*linking/gi' files: - 'src/utils/file-system.ts' - 'src/utils/find-related-code.ts' - 'tests/**/*smart-code-linking*' - label: 'architecture' title: - '/(?i)adr/gi' - '/(?i)architecture/gi' files: - 'docs/adrs/**/*' - 'src/tools/*adr*' template: | ## ๐ŸŽ‰ What's Changed $CHANGES ## ๐Ÿ“Š Release Statistics - **Total Changes**: $CHANGE_COUNT changes - **Contributors**: Thanks to all contributors who made this release possible! ๐Ÿ™Œ ## ๐Ÿ”— Smart Code Linking This release includes enhancements to our Smart Code Linking feature, which uses AI-powered analysis to discover code files related to architectural decisions. ## ๐Ÿš€ Installation ```bash npm install -g mcp-adr-analysis-server@$RESOLVED_VERSION ``` ## ๐Ÿ“ Full Changelog **Full Changelog**: https://github.com/tosin2013/mcp-adr-analysis-server/compare/$PREVIOUS_TAG...v$RESOLVED_VERSION exclude-labels: - 'skip-changelog' - 'no-release' include-pre-releases: false

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/tosin2013/mcp-adr-analysis-server'

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