mcp-crypto-toolkit 1.2.2 → 1.2.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +11 -1
  2. package/package.json +2 -1
package/CHANGELOG.md CHANGED
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
 
8
8
  ## [Unreleased]
9
9
 
10
+ ## [1.2.3] - 2026-09-03
11
+
12
+ ### Added
13
+
14
+ - `mcpName` for Official MCP Registry ownership verification
15
+ - `server.json` (MCP Registry metadata)
16
+ - `glama.json` (Glama maintainer claim)
17
+ - `smithery.yaml` (Smithery one-click stdio install)
18
+
10
19
  ## [1.2.2] - 2026-09-03
11
20
 
12
21
  ### Fixed
@@ -57,7 +66,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
57
66
  - Binance P2P PKR path for conversions
58
67
  - MIT license and README
59
68
 
60
- [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.2...HEAD
69
+ [Unreleased]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.3...HEAD
70
+ [1.2.3]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.2...v1.2.3
61
71
  [1.2.2]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.1...v1.2.2
62
72
  [1.2.1]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.2.0...v1.2.1
63
73
  [1.2.0]: https://github.com/nad33mahm3d/mcp-crypto-toolkit/compare/v1.1.0...v1.2.0
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "mcp-crypto-toolkit",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
+ "mcpName": "io.github.nad33mahm3d/mcp-crypto-toolkit",
4
5
  "description": "Live crypto prices, conversion, gas tracker, portfolio tools and calculators for AI agents - MCP Server",
5
6
  "type": "module",
6
7
  "bin": {