Skip to content

Commit 2d7154e

Browse files
committed
docs: add Wayback Machine README and CHANGELOG
1 parent bd1fd93 commit 2d7154e

File tree

2 files changed

+491
-0
lines changed

2 files changed

+491
-0
lines changed

CHANGELOG.md

Lines changed: 105 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,105 @@
1+
# 1.0.0 (2025-06-05)
2+
3+
4+
### Bug Fixes
5+
6+
* add packageManager field for Yarn 4 compatibility ([dc1de05](https://github.com/Mearman/mcp-wayback-machine/commit/dc1de05a1a856fd666d9c7711626c664fe249c19))
7+
* add version detection for GitHub Packages publishing ([9eecb8b](https://github.com/Mearman/mcp-wayback-machine/commit/9eecb8b8b5b599ae48a1a0d5b78ce0c95dc94455))
8+
* convert bin field to object format for npm compatibility ([9f5ee8a](https://github.com/Mearman/mcp-wayback-machine/commit/9f5ee8ad7b1b1ae4c0cabc6ed5109aaea9b50073))
9+
* replace GitHub license badge with CC BY-NC-SA 4.0 badge ([87a8c91](https://github.com/Mearman/mcp-wayback-machine/commit/87a8c91af3f03befbf0f34fc131c003d4697f9eb))
10+
* resolve all linting issues ([f2fa7c2](https://github.com/Mearman/mcp-wayback-machine/commit/f2fa7c29555ff708fb82771f4cf1f3cba7c0b3ed))
11+
* resolve test failures and version compatibility issues ([660663d](https://github.com/Mearman/mcp-wayback-machine/commit/660663dc74b3feb7760fb68898719779fc0fb023))
12+
* resolve timeout test race condition ([8a6dea1](https://github.com/Mearman/mcp-wayback-machine/commit/8a6dea17ced800eb6bf9826be3473aa767406db6))
13+
* resolve TypeScript errors in test files ([8e0b7fc](https://github.com/Mearman/mcp-wayback-machine/commit/8e0b7fcb0d552ab58bec81dad2d82e2bff52ae15))
14+
* restore bin field as object for proper CLI naming ([14a3c69](https://github.com/Mearman/mcp-wayback-machine/commit/14a3c69c18a3d1cf5b38e32bbf28bd153155ab4e))
15+
* skip prepublishOnly script for GitHub Packages publish ([9e4513b](https://github.com/Mearman/mcp-wayback-machine/commit/9e4513bae41973dbc50ab0fc966e07a45bb7c432))
16+
* use lowercase package name and correct registry for GitHub Packages ([8a8d353](https://github.com/Mearman/mcp-wayback-machine/commit/8a8d3538ade9d4d8ad1292ac8567bb8d36acaf89))
17+
* use space indentation for markdown files ([58b359b](https://github.com/Mearman/mcp-wayback-machine/commit/58b359b7dc2b561aba1cc45ef95405d87825756d))
18+
19+
20+
### Features
21+
22+
* add bin field to enable npx invocation ([1c48881](https://github.com/Mearman/mcp-wayback-machine/commit/1c48881effe427cf3b9bacd9ce32f78912d1a267))
23+
* add CLI support for direct command-line usage ([cf7ab50](https://github.com/Mearman/mcp-wayback-machine/commit/cf7ab50f8d99b132d8f7a8a740e23bf00e1516bd))
24+
* apply CC BY-NC-SA 4.0 license with full license file and README badge ([e8c9980](https://github.com/Mearman/mcp-wayback-machine/commit/e8c998056d3e9cbca272204d83c905478a7c9fc6))
25+
* implement initial MCP server with tool definitions ([377b6e0](https://github.com/Mearman/mcp-wayback-machine/commit/377b6e02773f8ad59115f0097a69201ea8028e84))
26+
* implement Wayback Machine API integration ([14d70c1](https://github.com/Mearman/mcp-wayback-machine/commit/14d70c1161e0a8cf78dd6011d670007419011c34))
27+
* initial project setup with plan for Wayback Machine MCP server ([f265ed8](https://github.com/Mearman/mcp-wayback-machine/commit/f265ed824184f009f1d39a6716632337ae1e58c3))
28+
29+
30+
### BREAKING CHANGES
31+
32+
* The tool now checks for CLI arguments and will run in CLI mode if any are provided
33+
34+
# [2.0.0](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.4...v2.0.0) (2025-06-05)
35+
36+
37+
### Bug Fixes
38+
39+
* replace GitHub license badge with CC BY-NC-SA 4.0 badge ([feda5a0](https://github.com/Mearman/mcp-wayback-machine/commit/feda5a0d5ee7807475118af8b2c123c4668c29f2))
40+
41+
42+
### Features
43+
44+
* add CLI support for direct command-line usage ([94a1bf8](https://github.com/Mearman/mcp-wayback-machine/commit/94a1bf8e3dd8386b29e67bd5295f68b2f63e7d98))
45+
46+
47+
### BREAKING CHANGES
48+
49+
* The tool now checks for CLI arguments and will run in CLI mode if any are provided
50+
51+
## [1.0.4](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.3...v1.0.4) (2025-06-04)
52+
53+
54+
### Bug Fixes
55+
56+
* use lowercase package name and correct registry for GitHub Packages ([0a3b4ba](https://github.com/Mearman/mcp-wayback-machine/commit/0a3b4ba9958f1680245eb5b5b30f84ff82475631))
57+
58+
## [1.0.3](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.2...v1.0.3) (2025-06-04)
59+
60+
61+
### Bug Fixes
62+
63+
* skip prepublishOnly script for GitHub Packages publish ([25c3c3f](https://github.com/Mearman/mcp-wayback-machine/commit/25c3c3fc104f7c0c55cf4a8e9bf3d5952aa91884))
64+
65+
## [1.0.2](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.1...v1.0.2) (2025-06-04)
66+
67+
68+
### Bug Fixes
69+
70+
* add version detection for GitHub Packages publishing ([4298868](https://github.com/Mearman/mcp-wayback-machine/commit/429886820cb90238249fdf8563c203fff55f5382))
71+
72+
## [1.0.1](https://github.com/Mearman/mcp-wayback-machine/compare/v1.0.0...v1.0.1) (2025-06-04)
73+
74+
75+
### Bug Fixes
76+
77+
* restore bin field as object for proper CLI naming ([ab966b2](https://github.com/Mearman/mcp-wayback-machine/commit/ab966b28b01ecd1938a3cf3640922ab7e0d24a16))
78+
79+
# 1.0.0 (2025-06-04)
80+
81+
82+
### Bug Fixes
83+
84+
* add packageManager field for Yarn 4 compatibility ([dc1de05](https://github.com/Mearman/mcp-wayback-machine/commit/dc1de05a1a856fd666d9c7711626c664fe249c19))
85+
* convert bin field to object format for npm compatibility ([9f5ee8a](https://github.com/Mearman/mcp-wayback-machine/commit/9f5ee8ad7b1b1ae4c0cabc6ed5109aaea9b50073))
86+
* resolve test failures and version compatibility issues ([6b682aa](https://github.com/Mearman/mcp-wayback-machine/commit/6b682aa4569693209f7673112c13bc860021acac))
87+
* resolve timeout test race condition ([8a6dea1](https://github.com/Mearman/mcp-wayback-machine/commit/8a6dea17ced800eb6bf9826be3473aa767406db6))
88+
* resolve TypeScript errors in test files ([2877988](https://github.com/Mearman/mcp-wayback-machine/commit/2877988733d6010f1a5e98a1e51760f8c71b63ee))
89+
* use space indentation for markdown files ([58b359b](https://github.com/Mearman/mcp-wayback-machine/commit/58b359b7dc2b561aba1cc45ef95405d87825756d))
90+
91+
92+
### Features
93+
94+
* add bin field to enable npx invocation ([1c48881](https://github.com/Mearman/mcp-wayback-machine/commit/1c48881effe427cf3b9bacd9ce32f78912d1a267))
95+
* apply CC BY-NC-SA 4.0 license with full license file and README badge ([e8c9980](https://github.com/Mearman/mcp-wayback-machine/commit/e8c998056d3e9cbca272204d83c905478a7c9fc6))
96+
* implement initial MCP server with tool definitions ([377b6e0](https://github.com/Mearman/mcp-wayback-machine/commit/377b6e02773f8ad59115f0097a69201ea8028e84))
97+
* implement Wayback Machine API integration ([14d70c1](https://github.com/Mearman/mcp-wayback-machine/commit/14d70c1161e0a8cf78dd6011d670007419011c34))
98+
* initial project setup with plan for Wayback Machine MCP server ([f265ed8](https://github.com/Mearman/mcp-wayback-machine/commit/f265ed824184f009f1d39a6716632337ae1e58c3))
99+
100+
# Changelog
101+
102+
All notable changes to this project will be documented in this file.
103+
104+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
105+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

0 commit comments

Comments
 (0)