@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.
@@ -4627,7 +4627,7 @@ export function registerWriteTools(server, client) {
4627
4627
  update_purchase_cost: z
4628
4628
  .boolean()
4629
4629
  .optional()
4630
- .describe("When true, overwrites the asset's purchase_cost with replacement_cost (CRV). The prior purchase cost is preserved on this assessment as previous_purchase_cost. Create-only side-effect."),
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));