@assetlab/mcp-server 1.25.0 → 1.25.1
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-write.js +1 -1
- package/dist/tools-write.js.map +1 -1
- package/dist/tools.d.ts +1 -1
- package/dist/tools.js +3 -1
- package/dist/tools.js.map +1 -1
- package/package.json +1 -1
package/dist/tools-write.js
CHANGED
|
@@ -4627,7 +4627,7 @@ export function registerWriteTools(server, client) {
|
|
|
4627
4627
|
update_purchase_cost: z
|
|
4628
4628
|
.boolean()
|
|
4629
4629
|
.optional()
|
|
4630
|
-
.describe("
|
|
4630
|
+
.describe("Default OFF — omit unless the user explicitly asks to update/overwrite the asset's purchase cost, or says their org treats purchase cost as the current replacement value. Recording an assessment does NOT by itself change purchase cost. When true, overwrites assets.purchase_cost with this replacement_cost (CRV); the prior value is preserved on the assessment as previous_purchase_cost (read-only). Create-only and not reversible via update — when unsure, leave it off and ask."),
|
|
4631
4631
|
}, async (params) => {
|
|
4632
4632
|
try {
|
|
4633
4633
|
const result = await client.create('asset-condition-assessments', buildBody(params));
|