document-integrity-validator-mcp 1.0.19 → 1.0.20

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/CHANGELOG.md +6 -0
  2. package/LICENSE +19 -6
  3. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## [1.0.20] - 2026-06-25
4
+ - feat: calls_remaining field added to check_document (numeric free-tier headroom, "unlimited" for paid keys) and check_document_package ("unlimited" -- always paid-only, no free tier)
5
+ - feat: verdict_ttl field added to both tools, value 0 -- document integrity must always be re-checked live, never cached
6
+ - feat: data_source_status field added to both tools -- Anthropic is the sole data source and a hard dependency (failure returns an error response with no verdict, never a soft-degraded fallback), so any verdict reaching the response, including UNKNOWN_DOCUMENT_TYPE, is "full"
7
+ - Task 1 (purpose verb + required fields) reviewed -- already correct from a prior pass: both tool descriptions start with "Validates", and required arrays correctly reflect the OR-constraint on document_text/document_image (neither can be unconditionally required since either one alone suffices)
8
+
3
9
  ## [1.0.19] - 2026-06-24
4
10
  - feat: unauthenticated /public-stats endpoint -- first_deployed, lifetime tool calls, uptime %, version, for agent orchestrators evaluating server trustworthiness
5
11
  - feat: /process-trial-followups endpoint + 24h follow-up record on trial-extension grant
package/LICENSE CHANGED
@@ -1,8 +1,21 @@
1
- UNLICENSED
1
+ MIT License
2
2
 
3
- Copyright (c) 2026 Kord Agencies Pte Ltd. All rights reserved.
3
+ Copyright (c) 2026 Kord Agencies Pte Ltd
4
4
 
5
- This software is proprietary and confidential. No licence is granted to use,
6
- copy, modify, merge, publish, distribute, sublicense, or sell copies of this
7
- software or any portion of it without the prior written permission of
8
- Kord Agencies Pte Ltd.
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in
13
+ all copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
+ THE SOFTWARE.
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "document-integrity-validator-mcp",
3
- "version": "1.0.19",
3
+ "version": "1.0.20",
4
4
  "description": "Document integrity validator for AI agents. Verifies authenticity against international standards before acting on contents. PASS/FAIL verdict in one call.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
- "license": "UNLICENSED",
7
+ "license": "MIT",
8
8
  "homepage": "https://kordagencies.com",
9
9
  "mcpName": "io.github.OjasKord/document-integrity-validator-mcp",
10
10
  "keywords": [