Releases: PaulVineethP/mcp-server-azure-devops
Release list
v1.3.2
What's Changed
- fix(install): prompt for org URL and project, add API version (port onprem PR #2) by @PaulVineethP in #1
New Contributors
- @PaulVineethP made their first contribution in #1
Full Changelog: v1.2.1...v1.3.2
v1.2.0
HTTP is now the default transport. Running with no MCP_TRANSPORT starts the HTTP server (Streamable HTTP POST /mcp, legacy SSE GET /sse + POST /messages, GET /health). Set MCP_TRANSPORT=stdio for classic stdio. Binds to 127.0.0.1 with DNS-rebinding protection. Azure DevOps auth (PAT / Azure Identity / Azure CLI) unchanged.
v1.1.0
Adds HTTP transport. Set MCP_TRANSPORT=http to expose Streamable HTTP (POST /mcp) and legacy SSE (GET /sse + POST /messages), plus GET /health. stdio remains the default. Binds to 127.0.0.1 with DNS-rebinding protection; configurable via MCP_HTTP_HOST / MCP_HTTP_PORT / MCP_HTTP_ALLOWED_HOSTS. Azure DevOps auth (PAT / Azure Identity / Azure CLI) is unchanged.
v1.0.0
Initial release. MCP server for Azure DevOps and on-premises Azure DevOps Server / TFS. PAT, Azure Identity, and Azure CLI auth. 44 tools across projects, work items, repositories, pull requests, pipelines, wikis, and search. Dependency-hardened (0 known production vulnerabilities).