v4.0.0

pathwaycom/llm-appv4.0.0Jul 9, 2025by ravitemer

AI Summary

v4.0.0 introduces breaking changes with a marketplace migration from Cline API to MCP Registry system and a cache system overhaul.

Key Highlights

  • Migrated from Cline marketplace API to MCP Registry system
  • New schema with `id` instead of `mcpId`
  • Field name changes: `githubStars` → `stars`, `createdAt` → `lastCommit`
  • New registry endpoint: https://ravitemer.github.io/mcp-registry/registry.json
  • Server details now include `readmeContent` from GitHub
  • Cache TTL reduced from 24 hours to 1 hour
  • New cache structure with registry and serverDocumentation

Breaking Changes

  • Marketplace API migrated to MCP Registry with schema changes
  • Cache system restructured with reduced TTL and new format

New Features

  • Enhanced test coverage for new registry system
  • Network error handling and fallback mechanisms
  • Documentation fetching and caching tests

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