v4.0.0

boratanrikulu/gecitv4.0.0Jul 9, 2025by ravitemer

AI Summary

A major version update involving a migration from the Cline marketplace to the MCP Registry system and a complete overhaul of the cache structure.

Key Highlights

  • Migrated marketplace data source to MCP Registry system
  • Restructured cache system with reduced TTL and new format
  • Added comprehensive test coverage for the new registry system

Breaking Changes

  • Marketplace API response structure changed (servers vs items, id vs mcpId)
  • Field name changes: githubStars → stars, createdAt → lastCommit
  • New registry endpoint used instead of Cline API

New Features

  • Comprehensive test suite for new registry system and data structures
  • Fallback mechanisms for network failures in cache system

Full Release Notes


### Breaking Changes

- **Marketplace Migration**: Migrated from Cline marketplace API to MCP Registry system
  - Marketplace API response now returns `servers` instead of `items`
  - Server objects use new schema with `id` instead of `mcpId`
  - Field names changed: `githubStars` → `stars`, `createdAt` → `lastCommit`
  - New registry endpoint: `https://ravitemer.github.io/mcp-registry/registry.json`
  - Server details now include `readmeContent` fetched directly from GitHub repositories

### Changed

- **Cache System Overhaul**: Restructured cache format for better performance
  - Cache TTL reduced from 24 hours to 1 hour for more frequent updates
  - New cache structure: `{ registry, lastFetchedAt, serverDocumentation }`
  - Better error handling and fallback mechanisms for network failures

### Added
- **Enhanced Test Coverage**: Comprehensive test suite for new registry system
  - Tests for new data structures and API responses
  - Network error handling and fallback testing
  - Documentation fetching and caching tests