@azure-devops/mcp 1.3.1-nightly.20250810 → 1.3.1-nightly.20250811
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/dist/tools/workitems.js +1 -1
- package/dist/version.js +1 -1
- package/package.json +1 -1
package/dist/tools/workitems.js
CHANGED
|
@@ -129,7 +129,7 @@ function configureWorkItemTools(server, tokenProvider, connectionProvider, userA
|
|
|
129
129
|
.enum(["all", "fields", "links", "none", "relations"])
|
|
130
130
|
.describe("Optional expand parameter to include additional details in the response.")
|
|
131
131
|
.optional()
|
|
132
|
-
.describe("Expand options include 'all', 'fields', 'links', 'none', and 'relations'. Defaults to 'none'."),
|
|
132
|
+
.describe("Expand options include 'all', 'fields', 'links', 'none', and 'relations'. Relations can be used to get child workitems. Defaults to 'none'."),
|
|
133
133
|
}, async ({ id, project, fields, asOf, expand }) => {
|
|
134
134
|
const connection = await connectionProvider();
|
|
135
135
|
const workItemApi = await connection.getWorkItemTrackingApi();
|
package/dist/version.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageVersion = "1.3.1-nightly.
|
|
1
|
+
export const packageVersion = "1.3.1-nightly.20250811";
|