- 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/tohttps://rest.coincap.io/v3/. - Refactored Jest test commands in
package.json:- Changed
testscript tojest srcto ensure tests run against the source files instead of any compiled output. - Changed
test:coveragescript tojest --coverage srcto generate accurate code coverage reports on the source code. - These changes resolved previous test suite errors related to test discovery and execution.
- Changed
- Rebranded project files and identifiers to prepare for publishing a new npm package under a different name and organization.