@energio/holded-mcp 1.5.0 → 1.5.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.
Files changed (3) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +0 -2
  3. package/package.json +1 -1
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 Conectados por Energio SL
3
+ Copyright (c) 2026 Andrei Baybaratskiy
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -694,8 +694,6 @@ A few Holded behaviors that affect `create_document` / `update_document` callers
694
694
  - **`currencyChange` is immutable.** The Holded PUT endpoint silently drops the field. To change an invoice's exchange rate, delete and recreate with the new `currencyChange` at creation time. The `update_document` schema rejects the field as an unrecognized key (breaking change in v1.5.0).
695
695
  - **`applyContactDefaults` overrides line-level accounts.** When `items[].accountingAccountId` is set, you must pass `applyContactDefaults: false`. Otherwise the contact's default account silently wins. The `create_document` schema enforces this (breaking change in v1.5.0).
696
696
 
697
- Background: [bug report: `items[].subtotal` is a per-unit price](docs/bugreports/2026-04-18-document-item-subtotal-is-per-unit-price.md) · [bug report: `currencyChange` silently ignored on update](docs/bugreports/2026-04-17-update-document-currency-change-ignored.md).
698
-
699
697
  ## Workflow Examples
700
698
 
701
699
  This section demonstrates common real-world workflows combining multiple API operations.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energio/holded-mcp",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "description": "MCP server for Holded — invoicing, accounting, CRM, projects, and team",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",