Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 811 Bytes

File metadata and controls

10 lines (9 loc) · 811 Bytes

Changes by wazzan

2025-03-16

  • Forked the original project from Tracey Russell (https://github.com/truss44/mcp-crypto-price).
  • Migrated API integration to CoinCap API 3.0 as API 2.0 is being deprecated. Updated the base URL from https://api.coincap.io/v2/ to https://rest.coincap.io/v3/.
  • Refactored Jest test commands in package.json:
    • Changed test script to jest src to ensure tests run against the source files instead of any compiled output.
    • Changed test:coverage script to jest --coverage src to generate accurate code coverage reports on the source code.
    • These changes resolved previous test suite errors related to test discovery and execution.
  • Rebranded project files and identifiers to prepare for publishing a new npm package under a different name and organization.