Releases: magarcia/mcp-server-giphy
Releases · magarcia/mcp-server-giphy
v1.0.3: Add support for Node.js 16
Features
- Added support for Node.js 16 (previously required Node.js 18+)
- Updated dependencies to be compatible with Node.js 16
This release expands the compatibility of the package to include environments running Node.js 16.x.
v1.0.2: Fix for Claude environment
Bug Fixes
- Replace fetch API with axios to fix compatibility issue in Claude environment
- Improve error handling for HTTP requests
- Update tests to properly mock axios requests
This release fixes the 'fetch is not defined' error when running in the Claude AI environment.