Skip to content

mcp-server-azure-devops: v0.1.13

Compare
Choose a tag to compare

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)