v4.0.0
run-llama/liteparsev4.0.0Jul 9, 2025by ravitemer
AI Summary
A major version upgrade migrating the marketplace data source and restructuring the cache system for better performance.
Key Highlights
- Migrated from Cline marketplace API to MCP Registry system with new field names and endpoints
- Cache system overhaul reducing TTL to 1 hour with a new data structure
- Comprehensive test suite for the new registry
Breaking Changes
- Marketplace Migration: Migrated from Cline marketplace API to MCP Registry system (servers vs items, id vs mcpId, etc.)
- Cache System Overhaul: Restructured cache format (TTL reduced from 24h to 1h, new structure)
New Features
- Enhanced Test Coverage (for new registry 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