@lotfihoc/ado-on-prem-mcp 1.0.1 โ†’ 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -4,101 +4,6 @@ This project provides a lightweight server to interact with on-premises Azure De
4
4
 
5
5
  Forked from [web-marketing-hr](https://www.npmjs.com/package/@web-marketing-hr/azure-devops-mcp), which itself is a fork of [Microsoft's Azure DevOps MCP](https://github.com/microsoft/azure-devops-mcp)
6
6
 
7
- ### Environment variables
8
-
9
- - `ADO_MCP_AUTH_TOKEN`:
10
- - DevOps Personal Access Token (PAT)
11
- - `ADO_MCP_MODE`:
12
- - Whether Azure DevOps is on-premises or in the cloud
13
- - `"cloud"` (default) or `"onprem"`
14
- - `ADO_MCP_AUTH_TYPE`
15
- - DevOps authentication mode
16
- - `"bearer"` (default) or `"basic"`
17
- - `ADO_MCP_ORG_URL`:
18
- - Full URL of the on-premises instance, for example:
19
- `https://my-server/tfs/MyCollection`
20
- - `ADO_MCP_API_VERSION`:
21
- - Set Azure DevOps API version
22
- - default: `"6.0-preview"`
23
- - `ADO_MCP_BATCH_API_VERSION`:
24
- - Set Azure DevOps Batch API version
25
- - default: `"6.0-preview"`
26
- - `ADO_MCP_MARKDOWN_COMMENTS_API_VERSION`:
27
- - Set Azure DevOps Markdown API version
28
- - default: `"5.0"`
29
-
30
- ### Set environment variables in mcp.json
31
-
32
- You can set environment variables in `mcp.json`, for example:
33
-
34
- ```json
35
- {
36
- "servers": {
37
- "ado-on-prem-mcp": {
38
- "type": "stdio",
39
- "command": "npx",
40
- "args": ["-y", "@lotfihoc/ado-on-prem-mcp", "<your_devops_project_name>", "--authentication", "envvar"],
41
- "env": {
42
- "LOG_LEVEL": "info",
43
- "ADO_MCP_MODE": "onprem",
44
- "ADO_MCP_AUTH_TYPE": "basic",
45
- "ADO_MCP_ORG_URL": "https://<on-prem-host>/tfs/<collection_name>",
46
- "ADO_MCP_API_VERSION": "6.0",
47
- "ADO_MCP_BATCH_API_VERSION": "6.0",
48
- "ADO_MCP_MARKDOWN_COMMENTS_API_VERSION": "5.0",
49
- "NODE_EXTRA_CA_CERTS": "your_cert_path", // make this availble system wide if needed
50
- "ADO_MCP_AUTH_TOKEN": "your_ado_pat" // make this availble system wide
51
- }
52
- }
53
- }
54
- }
55
- ```
56
-
57
- If you are using continue dev on vscode, you can use this config
58
-
59
- ```yaml
60
- mcpServers:
61
- - name: ado-on-prem-mcp
62
- type: stdio
63
- command: npx
64
- args:
65
- - -y
66
- - "@lotfihoc/ado-on-prem-mcp"
67
- - "<your_devops_project_name>"
68
- - "--authentication"
69
- - "envvar"
70
- env:
71
- LOG_LEVEL: "info"
72
- ADO_MCP_MODE: "onprem"
73
- ADO_MCP_AUTH_TYPE: "basic"
74
- ADO_MCP_ORG_URL: "https://<on-prem-host>/tfs/<collection_name>"
75
- ADO_MCP_API_VERSION: "6.0"
76
- ADO_MCP_BATCH_API_VERSION: "6.0"
77
- ADO_MCP_MARKDOWN_COMMENTS_API_VERSION: "5.0"
78
- ADO_MCP_AUTH_TOKEN: ${{ secrets.ADO_TOKEN }}
79
- NODE_EXTRA_CA_CERTS: ${{ secrets.NODE_EXTRA_CA_CERTS }}
80
- ```
81
-
82
- It's recommended to set `ADO_MCP_AUTH_TOKEN` in your terminal or command line. Windows example:
83
-
84
- ```bat
85
- setx ADO_MCP_AUTH_TOKEN "<pat_token>"`
86
- ```
87
-
88
- ## Upstream README
89
-
90
- ## ๐Ÿ“„ Table of Contents
91
-
92
- 1. [๐Ÿ“บ Overview](#-overview)
93
- 2. [๐Ÿ† Expectations](#-expectations)
94
- 3. [โš™๏ธ Supported Tools](#๏ธ-supported-tools)
95
- 4. [๐Ÿ”Œ Installation & Getting Started](#-installation--getting-started)
96
- 5. [๐ŸŒ Using Domains](#-using-domains)
97
- 6. [๐Ÿ“ Troubleshooting](#-troubleshooting)
98
- 7. [๐ŸŽฉ Examples & Best Practices](#-examples--best-practices)
99
- 8. [๐Ÿ™‹โ€โ™€๏ธ Frequently Asked Questions](#๏ธ-frequently-asked-questions)
100
- 9. [๐Ÿ“Œ Contributing](#-contributing)
101
-
102
7
  ## ๐Ÿ“บ Overview
103
8
 
104
9
  The Azure DevOps MCP Server brings Azure DevOps context to your agents. Try prompts like:
@@ -136,22 +41,7 @@ For the best experience, use Visual Studio Code and GitHub Copilot. See the [get
136
41
 
137
42
  ### Installation
138
43
 
139
- #### โœจ One-Click Install
140
-
141
- [![Install with NPX in VS Code](https://img.shields.io/badge/VS_Code-Install_AzureDevops_MCP_Server-0098FF?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ado&config=%7B%20%22type%22%3A%20%22stdio%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22-y%22%2C%20%22%40azure-devops%2Fmcp%22%2C%20%22%24%7Binput%3Aado_org%7D%22%5D%7D&inputs=%5B%7B%22id%22%3A%20%22ado_org%22%2C%20%22type%22%3A%20%22promptString%22%2C%20%22description%22%3A%20%22Azure%20DevOps%20organization%20name%20%20%28e.g.%20%27contoso%27%29%22%7D%5D)
142
- [![Install with NPX in VS Code Insiders](https://img.shields.io/badge/VS_Code_Insiders-Install_AzureDevops_MCP_Server-24bfa5?style=flat-square&logo=visualstudiocode&logoColor=white)](https://insiders.vscode.dev/redirect/mcp/install?name=ado&quality=insiders&config=%7B%20%22type%22%3A%20%22stdio%22%2C%20%22command%22%3A%20%22npx%22%2C%20%22args%22%3A%20%5B%22-y%22%2C%20%22%40azure-devops%2Fmcp%22%2C%20%22%24%7Binput%3Aado_org%7D%22%5D%7D&inputs=%5B%7B%22id%22%3A%20%22ado_org%22%2C%20%22type%22%3A%20%22promptString%22%2C%20%22description%22%3A%20%22Azure%20DevOps%20organization%20name%20%20%28e.g.%20%27contoso%27%29%22%7D%5D)
143
-
144
- After installation, select GitHub Copilot Agent Mode and refresh the tools list. Learn more about Agent Mode in the [VS Code Documentation](https://code.visualstudio.com/docs/copilot/chat/chat-agent-mode).
145
-
146
- #### ๐Ÿงจ Install from Public Feed (Recommended)
147
-
148
- This installation method is the easiest for all users of Visual Studio Code.
149
-
150
- ๐ŸŽฅ [Watch this quick start video to get up and running in under two minutes!](https://youtu.be/EUmFM6qXoYk)
151
-
152
- ##### Steps
153
-
154
- In your project, add a `.vscode\mcp.json` file with the following content:
44
+ In your project, add a `.vscode\mcp.json` file and setup environment varibales with the following content:
155
45
 
156
46
  ```json
157
47
  {
@@ -183,6 +73,64 @@ In your project, add a `.vscode\mcp.json` file with the following content:
183
73
  }
184
74
  ```
185
75
 
76
+ #### Environment variables
77
+
78
+ - `ADO_MCP_AUTH_TOKEN`:
79
+ - DevOps Personal Access Token (PAT)
80
+ - `ADO_MCP_MODE`:
81
+ - Whether Azure DevOps is on-premises or in the cloud
82
+ - `"cloud"` (default) or `"onprem"`
83
+ - `ADO_MCP_AUTH_TYPE`
84
+ - DevOps authentication mode
85
+ - `"bearer"` (default) or `"basic"`
86
+ - `ADO_MCP_ORG_URL`:
87
+ - Full URL of the on-premises instance, for example:
88
+ `https://my-server/tfs/MyCollection`
89
+ - `ADO_MCP_API_VERSION`:
90
+ - Set Azure DevOps API version
91
+ - default: `"6.0-preview"`
92
+ - `ADO_MCP_BATCH_API_VERSION`:
93
+ - Set Azure DevOps Batch API version
94
+ - default: `"6.0-preview"`
95
+ - `ADO_MCP_MARKDOWN_COMMENTS_API_VERSION`:
96
+ - Set Azure DevOps Markdown API version
97
+ - default: `"5.0"`
98
+ - `NODE_EXTRA_CA_CERTS`:
99
+ - Set this variable to your certifcat path if needed
100
+ - `ADO_MCP_AUTH_TOKEN`:
101
+ - Ado PAT
102
+
103
+ If you are using continue dev on vscode, you can use this config
104
+
105
+ ```yaml
106
+ mcpServers:
107
+ - name: ado-on-prem-mcp
108
+ type: stdio
109
+ command: npx
110
+ args:
111
+ - -y
112
+ - "@lotfihoc/ado-on-prem-mcp"
113
+ - "<your_devops_project_name>"
114
+ - "--authentication"
115
+ - "envvar"
116
+ env:
117
+ LOG_LEVEL: "info"
118
+ ADO_MCP_MODE: "onprem"
119
+ ADO_MCP_AUTH_TYPE: "basic"
120
+ ADO_MCP_ORG_URL: "https://<on-prem-host>/tfs/<collection_name>"
121
+ ADO_MCP_API_VERSION: "6.0"
122
+ ADO_MCP_BATCH_API_VERSION: "6.0"
123
+ ADO_MCP_MARKDOWN_COMMENTS_API_VERSION: "5.0"
124
+ ADO_MCP_AUTH_TOKEN: ${{ secrets.ADO_TOKEN }}
125
+ NODE_EXTRA_CA_CERTS: ${{ secrets.NODE_EXTRA_CA_CERTS }}
126
+ ```
127
+
128
+ It's recommended to set `ADO_MCP_AUTH_TOKEN` in your terminal or command line. Windows example:
129
+
130
+ ```bat
131
+ setx ADO_MCP_AUTH_TOKEN "<pat_token>"`
132
+ ```
133
+
186
134
  ๐Ÿ”ฅ To stay up to date with the latest features, you can use our nightly builds. Simply update your `mcp.json` configuration to use `@lotfihoc/ado-on-prem-mcp@next`. Here is an updated example:
187
135
 
188
136
  ```json
package/dist/version.js CHANGED
@@ -1,2 +1,2 @@
1
- export const packageVersion = "1.0.01";
1
+ export const packageVersion = "1.0.02";
2
2
  //# sourceMappingURL=version.js.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lotfihoc/ado-on-prem-mcp",
3
- "version": "1.0.01",
3
+ "version": "1.0.02",
4
4
  "description": "MCP server for interacting with Azure DevOps (on-premises) WEM fork",
5
5
  "license": "MIT",
6
6
  "author": "Microsoft Corporation, WEB Marketing d.o.o. Fork, Lotfi Hoc",