@333eco/corpus 1.0.0 → 1.0.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/README.md +5 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -8,6 +8,11 @@ papers, essays, institutional positions and white papers — served with
|
|
|
8
8
|
npx @333eco/corpus
|
|
9
9
|
```
|
|
10
10
|
|
|
11
|
+
> **Why the first published version is 1.0.1.** `1.0.0` was published and then
|
|
12
|
+
> unpublished during setup. npm keeps the name registration and refuses to
|
|
13
|
+
> republish that exact version for 24 hours, so the first version anyone can
|
|
14
|
+
> install is `1.0.1`. Nothing is missing from it.
|
|
15
|
+
|
|
11
16
|
Every response carries the document's `sha256`, its DOI where one exists, and
|
|
12
17
|
whether an OpenTimestamps proof is anchored beside the source. **A retrieval
|
|
13
18
|
server normally asks to be believed. This one hands over the means to check it.**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@333eco/corpus",
|
|
3
|
-
"version": "1.0.
|
|
4
|
-
"description": "An MCP server for an open-licensed corpus, served with verifiable provenance
|
|
3
|
+
"version": "1.0.1",
|
|
4
|
+
"description": "An MCP server for an open-licensed corpus, served with verifiable provenance \u2014 every document carries its sha256, DOI and OpenTimestamps proof so a consuming agent can check its own citation.",
|
|
5
5
|
"license": "CC0-1.0",
|
|
6
6
|
"author": "Thon Ly",
|
|
7
7
|
"homepage": "https://thonly.org/research",
|