document-integrity-validator-mcp 1.0.2 → 1.0.4
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/CHANGELOG.md +11 -0
- package/README.md +2 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,16 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [1.0.4] - 2026-06-02
|
|
4
|
+
|
|
5
|
+
### Fixed
|
|
6
|
+
- fix: IP extraction fixed for Cloudflare proxy headers — free tier gate now enforces correctly
|
|
7
|
+
|
|
8
|
+
## [1.0.3] - 2026-05-06
|
|
9
|
+
|
|
10
|
+
### Improved
|
|
11
|
+
|
|
12
|
+
- Add real Stripe payment URLs for Pro and Enterprise tiers.
|
|
13
|
+
|
|
3
14
|
## [1.0.2] - 2026-05-06
|
|
4
15
|
|
|
5
16
|
### Improved
|
package/README.md
CHANGED
|
@@ -1,3 +1,5 @@
|
|
|
1
|
+
[](https://smithery.ai/servers/OjasKord/document-integrity-validator-mcp)
|
|
2
|
+
|
|
1
3
|
# Document Integrity Validator MCP
|
|
2
4
|
|
|
3
5
|
Before your agent accepts, processes, or acts on any document received from an external party -- verify it is internally consistent and matches the known standard for its type. One call. Any document. Machine-readable verdict.
|
package/package.json
CHANGED