@withpica/mcp-server 2.85.0 → 2.85.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/.claude/settings.local.json +5 -0
- package/CHANGELOG.md +12 -9
- package/dist/lib/changelog.generated.d.ts +2 -2
- package/dist/lib/changelog.generated.d.ts.map +1 -1
- package/dist/lib/changelog.generated.js +2 -2
- package/dist/lib/changelog.generated.js.map +1 -1
- package/dist/tools/releases.d.ts.map +1 -1
- package/dist/tools/releases.js +4 -0
- package/dist/tools/releases.js.map +1 -1
- package/dist/tools/share-send.d.ts.map +1 -1
- package/dist/tools/share-send.js +8 -0
- package/dist/tools/share-send.js.map +1 -1
- package/package.json +1 -1
- package/server.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -9,21 +9,24 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
9
9
|
> matching entry here in the same commit. See the project's "npm publish
|
|
10
10
|
> discipline" memory entry for the enforcement rationale.
|
|
11
11
|
|
|
12
|
-
## [
|
|
12
|
+
## [Unreleased]
|
|
13
13
|
|
|
14
|
-
|
|
14
|
+
## [2.85.1] - 2026-07-01
|
|
15
15
|
|
|
16
|
-
|
|
17
|
-
- `pica_documents_delete` (clear a failed-to-parse / superseded document + its storage object).
|
|
16
|
+
### Changed
|
|
18
17
|
|
|
19
|
-
|
|
18
|
+
- **`pica_releases_create_with_tracks`** — accept `parent_label` on the nested
|
|
19
|
+
`release` object, completing the `parent_label` write path (create + update
|
|
20
|
+
landed in 2.85.0). The RPC and service already persisted it; the tool schema
|
|
21
|
+
omitted it, so the atomic-create path silently dropped the field (agent
|
|
22
|
+
feedback `eee77119`).
|
|
23
|
+
|
|
24
|
+
## [2.85.0] - 2026-07-01
|
|
20
25
|
|
|
21
26
|
### Added
|
|
22
27
|
|
|
23
|
-
-
|
|
24
|
-
|
|
25
|
-
Clears a failed-to-parse (`parsing_status:'failed'`) or superseded document so
|
|
26
|
-
a clean copy can be re-uploaded (agent feedback `30889bf2`).
|
|
28
|
+
- ADR-286 Phase 0 royalty-reconciliation tools: `pica_royalties_unmatched`, `pica_royalties_attribute`.
|
|
29
|
+
- `pica_documents_delete` (clear a failed-to-parse / superseded document + its storage object).
|
|
27
30
|
|
|
28
31
|
### Changed
|
|
29
32
|
|