You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@ When adding new tool, always prioritize using an Azure DevOps Typescript client
15
15
Only if the client or client method is not available, interact with the API directly.
16
16
The tools are located in the `src/tools.ts` file.
17
17
18
-
## Adding new prompts
18
+
## Using MCP Server for Azure DevOps
19
19
20
-
Ensure the instructions for the language model are clear and concise so that the language model can follow them reliably.
21
-
The prompts are located in the `src/prompts.ts` file.
20
+
When getting work items using MCP Server for Azure DevOps, always try to use batch tools for updates instead of many individual single updates. For updates, try and update up to 200 updates in a single batch. When getting work items, once you get the list of IDs, use the tool `get_work_items_batch_by_ids` to get the work item details.
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ For reference, see [this example of a well-formed issue](https://github.com/micr
28
28
29
29
## 👩💻 Writing code
30
30
31
-
We are accepting a limited number of pull requests during the public preview phase. If you notice something that should be changed or added, please create an issue first and provide details. Once reviewed, and if it makes sense to proceed, we will respond with a 👍.
31
+
We’re currently accepting a limited number of pull requests, provided they follow the established process and remain simple in scope. If you notice something that should be changed or added, please **create an issue first** and provide details. Once reviewed, and if it makes sense to proceed, we will respond with a 👍.
32
32
33
33
Please include tests with your pull request. Pull requests will not be accepted until all relevant tests are updated and passing.
0 commit comments