mcp-crypto-toolkit 1.2.0 → 1.2.2
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 +15 -1
- package/README.md +7 -7
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
7
7
|
|
|
8
8
|
## [Unreleased]
|
|
9
9
|
|
|
10
|
+
## [1.2.2] - 2026-09-03
|
|
11
|
+
|
|
12
|
+
### Fixed
|
|
13
|
+
|
|
14
|
+
- README community doc links on npm: point to GitHub URLs (files not included in the npm tarball)
|
|
15
|
+
|
|
16
|
+
## [1.2.1] - 2026-09-03
|
|
17
|
+
|
|
18
|
+
### Fixed
|
|
19
|
+
|
|
20
|
+
- README demo GIF on npm: use GitHub-hosted URL instead of local `./demo.gif` (not included in the npm tarball)
|
|
21
|
+
|
|
10
22
|
## [1.2.0] - 2026-09-03
|
|
11
23
|
|
|
12
24
|
### Changed
|
|
@@ -45,7 +57,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
45
57
|
- Binance P2P PKR path for conversions
|
|
46
58
|
- MIT license and README
|
|
47
59
|
|
|
48
|
-
[Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.
|
|
60
|
+
[Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.2...HEAD
|
|
61
|
+
[1.2.2]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.1...v1.2.2
|
|
62
|
+
[1.2.1]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.0...v1.2.1
|
|
49
63
|
[1.2.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.1.0...v1.2.0
|
|
50
64
|
[1.1.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.0.0...v1.1.0
|
|
51
65
|
[1.0.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/releases/tag/v1.0.0
|
package/README.md
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
Ask Claude: *What's ETH doing? Top 10 coins? Gas on Base? What's my portfolio worth?*
|
|
11
11
|
|
|
12
|
-

|
|
13
13
|
|
|
14
14
|
## Features
|
|
15
15
|
|
|
@@ -128,12 +128,12 @@ Without gas API keys, gas falls back to Blocknative then static estimates.
|
|
|
128
128
|
|
|
129
129
|
## Contributing
|
|
130
130
|
|
|
131
|
-
See [CONTRIBUTING.md](
|
|
131
|
+
See [CONTRIBUTING.md](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/CONTRIBUTING.md) for setup, PR guidelines, and the release process.
|
|
132
132
|
|
|
133
|
-
- [Code of Conduct](
|
|
134
|
-
- [Security Policy](
|
|
135
|
-
- [Support](
|
|
136
|
-
- [Changelog](
|
|
133
|
+
- [Code of Conduct](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/CODE_OF_CONDUCT.md)
|
|
134
|
+
- [Security Policy](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/SECURITY.md)
|
|
135
|
+
- [Support](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/SUPPORT.md)
|
|
136
|
+
- [Changelog](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/CHANGELOG.md)
|
|
137
137
|
|
|
138
138
|
### Releasing (maintainers)
|
|
139
139
|
|
|
@@ -151,4 +151,4 @@ See [CONTRIBUTING.md](./CONTRIBUTING.md) for setup, PR guidelines, and the relea
|
|
|
151
151
|
|
|
152
152
|
## License
|
|
153
153
|
|
|
154
|
-
MIT — see [LICENSE](
|
|
154
|
+
MIT — see [LICENSE](https://github.com/nad33mahm3d/mcp-crypto-toolkit/blob/main/LICENSE)
|