mcp-internet-archive 3.1.0 → 3.1.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/CHANGELOG.md +6 -0
- package/README.md +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [3.1.1](https://github.com/Mearman/mcp-wayback-machine/compare/v3.1.0...v3.1.1) (2026-05-09)
|
|
2
|
+
|
|
3
|
+
### Documentation
|
|
4
|
+
|
|
5
|
+
* fix license badge URL for shields.io ([2b7f593](https://github.com/Mearman/mcp-wayback-machine/commit/2b7f593a1f46c3a9b1e70e8ea15b72b8d621ce06))
|
|
6
|
+
|
|
1
7
|
## [3.1.0](https://github.com/Mearman/mcp-wayback-machine/compare/v3.0.2...v3.1.0) (2026-05-09)
|
|
2
8
|
|
|
3
9
|
### Features
|
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# MCP Wayback Machine Server
|
|
2
2
|
|
|
3
3
|
[](https://www.npmjs.com/package/mcp-wayback-machine)
|
|
4
|
-
[](https://creativecommons.org/licenses/by-nc-sa/4.0/)
|
|
5
5
|
[](https://github.com/Mearman/mcp-wayback-machine/actions)
|
|
6
6
|
|
|
7
7
|
An MCP (Model Context Protocol) server and CLI tool for interacting with the Internet Archive's Wayback Machine. Supports full CDX search, snapshot content retrieval, screenshot listing, snapshot comparison, and optional authentication for higher rate limits.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "mcp-internet-archive",
|
|
3
3
|
"mcpName": "io.github.Mearman/mcp-wayback-machine",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.1",
|
|
5
5
|
"description": "MCP server and CLI tool for interacting with the Wayback Machine without API keys",
|
|
6
6
|
"main": "./dist/bin.js",
|
|
7
7
|
"type": "module",
|