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.