Releases: Tiberriver256/mcp-server-azure-devops
Releases · Tiberriver256/mcp-server-azure-devops
mcp-server-azure-devops: v0.1.15
mcp-server-azure-devops: v0.1.14
mcp-server-azure-devops: v0.1.13
0.1.13 (2025-04-02)
Features
- add 'expand' option to get_work_item (6bee365)
- Add npm publish to release.yml (50d0368)
- add pre-commit hook for prettier and eslint (1b4ddff)
- enhance GitHub release notes with changelog content (2fb275d)
- implement automated release workflow (9e5a5df)
- implement get_project_details core functionality (6d93d98), closes #101
- implement get_repository_details core functionality (dcef80b)
- implement manage work item link handler (72cd641)
- implement search_wiki handler with tests (286598c)
- implement search_work_items handler with tests (e244658)
- search: add code search functionality for Azure DevOps repos (0680102)
Bug Fixes
- add bin field to make package executable with npx (2d3d5fa)
- add build step to workflow and ensure dist files are included in package (6e12d3c)
- add parent-child relationship support for createWorkItem (31d5efe)
- add tag_name parameter to GitHub release action (68cfa43)
- improve cross-platform CLI compatibility for Windows (0f6ed3f)
- make AZURE_DEVOPS_AUTH_METHOD parameter case-insensitive (9bbf53f)
- only request max 200 by default (296de35)
- resolve npm publish authentication and package content issues (96e91d0)
- restore tests/setup.ts to fix test suite (5e23eab)
- revert to direct execution of index.js to fix main module detection (82efa90)
- Typo in release.yaml workflow (e0de15f)
v0.1.11
What's Changed
- Implement search_code handler with tests by @Tiberriver256 in #106
Full Changelog: v0.1.10...v0.1.11
v0.1.10
What's Changed
- Allow get_work_item to default to expand all by @Tiberriver256 in #37
Full Changelog: v0.1.9...v0.1.10
v0.1.9
What's Changed
- Fix auth method case-sensitivity by @Tiberriver256 in #31
- docs: improve documentation for NPX usage and development practices by @Tiberriver256 in #32
- fix: add parent-child relationship support for createWorkItem by @Tiberriver256 in #35
- feat: implement manage work item link handler by @Tiberriver256 in #36
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix: revert to direct execution of index.js to fix main module detection by @Tiberriver256 in #30
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- fix: add build step to workflow and ensure dist files are included in… by @Tiberriver256 in #29
Full Changelog: v0.1.6...v0.1.7
v0.1.6
What's Changed
- Fix could not determine executable error by @Tiberriver256 in #28
Full Changelog: v0.1.5...v0.1.6
v0.1.5
What's Changed
- fix: add bin field to make package executable with npx by @Tiberriver256 in #27
Full Changelog: v0.1.4...v0.1.5