Skip to content

Releases: magarcia/mcp-server-giphy

v1.0.3: Add support for Node.js 16

21 Mar 01:29
0bb10eb
Compare
Choose a tag to compare

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

21 Mar 01:21
1a15ccc
Compare
Choose a tag to compare

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.