Commit 7d72c12
committed
chore(release): 1.0.0 [skip ci]
# 1.0.0 (2025-06-05)
### Bug Fixes
* add packageManager field for Yarn 4 compatibility ([dc1de05](dc1de05))
* add version detection for GitHub Packages publishing ([9eecb8b](9eecb8b))
* convert bin field to object format for npm compatibility ([9f5ee8a](9f5ee8a))
* replace GitHub license badge with CC BY-NC-SA 4.0 badge ([87a8c91](87a8c91))
* resolve all linting issues ([f2fa7c2](f2fa7c2))
* resolve test failures and version compatibility issues ([660663d](660663d))
* resolve timeout test race condition ([8a6dea1](8a6dea1))
* resolve TypeScript errors in test files ([8e0b7fc](8e0b7fc))
* restore bin field as object for proper CLI naming ([14a3c69](14a3c69))
* skip prepublishOnly script for GitHub Packages publish ([9e4513b](9e4513b))
* use lowercase package name and correct registry for GitHub Packages ([8a8d353](8a8d353))
* use space indentation for markdown files ([58b359b](58b359b))
### Features
* add bin field to enable npx invocation ([1c48881](1c48881))
* add CLI support for direct command-line usage ([cf7ab50](cf7ab50))
* apply CC BY-NC-SA 4.0 license with full license file and README badge ([e8c9980](e8c9980))
* implement initial MCP server with tool definitions ([377b6e0](377b6e0))
* implement Wayback Machine API integration ([14d70c1](14d70c1))
* initial project setup with plan for Wayback Machine MCP server ([f265ed8](f265ed8))
### BREAKING CHANGES
* The tool now checks for CLI arguments and will run in CLI mode if any are provided1 parent f2fa7c2 commit 7d72c12
2 files changed
+34
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
1 | 34 | | |
2 | 35 | | |
3 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments