M
MCP Router
Home
  1. Home
  2. LaunchPad
  3. Version History
v2.0.49/1/2025

2.0.4 (2025-09-01)

Bug Fixes

  • docker issue (#21) (e1017a0)
v2.0.39/1/2025

2.0.3 (2025-09-01)

Bug Fixes

  • ci release script (#20) (8fa1170)
v2.0.29/1/2025

2.0.2 (2025-09-01)

Bug Fixes

  • docker build (#19) (eab5f73)
v2.0.19/1/2025

2.0.1 (2025-09-01)

Bug Fixes

  • ci arch (#18) (ed2bdc0)
v2.0.09/1/2025

2.0.0 (2025-09-01)

Bug Fixes

  • release ci (#17) (da0ca24)
  • release image tag (#16) (9c16690)

Features

  • add docker build support (#15) (1e99a98)
  • add oauth support (#13) (f411450)
  • add UserID field support to models and services (#12) (a6e8605)
  • add website (#10) (f2e3858)
  • rewrite the contract deployment logic and redesign frontend (#11) (65381d7)

BREAKING CHANGES

  • NewAddLiquidityTool now requires UniswapService parameter

🤖 Generated with Claude Code

Co-Authored-By: Claude noreply@anthropic.com

  • refactor: remove outdated E2E test files and improve test structure
  • Deleted obsolete test files related to Ethereum integration, contract deployment, and liquidity pool operations to streamline the codebase.
Showing 5 versions
  • Removed unused constants and helper functions that were no longer relevant.
  • Enhanced the overall test structure by consolidating relevant tests and ensuring better organization for future development.
  • Updated documentation to reflect the changes in the testing framework and removed references to deleted files.
  • This cleanup aims to improve maintainability and focus on current testing strategies.

    • feat: e2e tests