mcp-crypto-toolkit 1.2.0 → 1.2.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 CHANGED
@@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.1] - 2026-09-03
11
+
12
+ ### Fixed
13
+
14
+ - README demo GIF on npm: use GitHub-hosted URL instead of local `./demo.gif` (not included in the npm tarball)
15
+
10
16
  ## [1.2.0] - 2026-09-03
11
17
 
12
18
  ### Changed
@@ -45,7 +51,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
45
51
  - Binance P2P PKR path for conversions
46
52
  - MIT license and README
47
53
 
48
- [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.0...HEAD
54
+ [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.1...HEAD
55
+ [1.2.1]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.0...v1.2.1
49
56
  [1.2.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.1.0...v1.2.0
50
57
  [1.1.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.0.0...v1.1.0
51
58
  [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
- ![Demo](./demo.gif)
12
+ ![Demo](https://raw.githubusercontent.com/nad33mahm3d/mcp-crypto-toolkit/main/demo.gif)
13
13
 
14
14
  ## Features
15
15
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mcp-crypto-toolkit",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Live crypto prices, conversion, gas tracker, portfolio tools and calculators for AI agents - MCP Server",
5
5
  "type": "module",
6
6
  "bin": {