Releases: Tiberriver256/mcp-server-azure-devops
Releases · Tiberriver256/mcp-server-azure-devops
mcp-server-azure-devops: v0.1.19
mcp-server-azure-devops: v0.1.18
mcp-server-azure-devops: v0.1.17
mcp-server-azure-devops: v0.1.16
0.1.16 (2025-04-05)
Features
- limit search results to 10 when includeContent is true (827e4e6)
- make projectId optional in search features for organization-wide search (1ca1e0e)
Bug Fixes
- correct [Object Object] display in search_code includeContent (bdabd6b)
- resolve parameter conflict in getItemContent function (38d624c)
- simplify content handling in search_code to properly process ReadableStream (136a90a)
Performance Improvements
- optimize git hooks with lint-staged (ba953d8)
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