Back to Home

Release Notes

Track the latest updates and improvements to the platform

v2.5.0

LatestSeptember 3, 2025

🔐 Authentication & Admin Control Center

Firebase Authentication Integration

  • Server-side authentication with Firebase Admin SDK integration
  • Token validation via headers and cookies with middleware support
  • Dual support for legacy user hashes and Firebase UIDs
  • Enhanced login flow with redirect support and improved styling

Admin Control Center

  • Comprehensive admin dashboard for user management
  • User selection and bulk operations with confirmation dialogs
  • User detail viewing and editing capabilities
  • Admin email management system with status verification

Database & Reliability Enhancements

  • Improved connection pool management with health validation
  • Concurrent initialization prevention for better stability
  • Query retry logic for enhanced resilience against connection errors
  • Read-only mode support in ToolManager for better security
  • Consistent date formatting utilities across components
  • Enhanced session cleanup and proper cookie management

UI/UX & Developer Experience

  • Loading state management with React Suspense integration
  • Glass effect styling and improved visual feedback
  • Modal rendering with createPortal for better compatibility
  • Optimistic UI updates for improved responsiveness
  • Enhanced CLAUDE.md documentation and development scripts
  • Proper z-index stacking and improved grid layouts

Impact: This major release introduces enterprise-grade authentication and admin capabilities, significantly enhancing security, user management, and system reliability while maintaining the modern Next.js architecture.

v2.4.0

August 30, 2025

🔗 MCP Inspector SSE Compatibility & Architecture Cleanup

MCP Transport Enhancements

  • Added backward compatibility with deprecated SSE transport for MCP Inspector
  • Implemented dual transport support (Streamable HTTP + SSE)
  • Added proper SSE session management with transport caching
  • Enhanced routing for SSE POST messages endpoints

Code Architecture Cleanup

  • Removed duplicate Express app implementations
  • Consolidated codebase to single source of truth (mcp-server.ts)
  • Updated all API route imports for cleaner dependencies
  • Removed legacy development scripts and unused files

Compatibility & Testing

  • Full backward compatibility with existing Streamable HTTP clients
  • MCP Inspector can now connect using SSE transport mode
  • All tests passing with updated architecture
  • Eliminated ~300 lines of duplicate code for better maintainability

Impact: Enhanced MCP Inspector compatibility while significantly improving code maintainability. The dual transport approach ensures backward compatibility with legacy SSE clients while maintaining modern Streamable HTTP support.

v2.3.0

August 29, 2025

🚀 Major Architecture & Feature Enhancements

Architecture & Development

  • Complete migration from legacy HTML to Next.js component architecture
  • Added PostgreSQL database integration for user sessions and tool management
  • Enhanced TypeScript configuration with improved module resolution
  • Streamlined API routing and server-side rendering capabilities

Tool Management Features

  • Added manual tool creation alongside AI generation capabilities
  • Industry vertical filtering for better tool categorization
  • Enhanced debug mode with real-time MCP information display
  • Bulk operations for tool enable/disable functionality

User Experience Improvements

  • Optimistic UI updates with loading states and toast notifications
  • Enhanced server selection with improved tabs and tooltips
  • Improved mobile responsiveness and navigation layering
  • Dynamic MCP server URL display with copy functionality
  • Enhanced SEO with improved meta tags and Open Graph support
  • Confirmation modals for critical operations like tool deletion

Performance & Security

  • Implemented comprehensive rate limiting for MCP endpoints
  • Added user server cache management with TTL controls
  • Enhanced security headers and deployment flexibility
  • Improved Heroku deployment with pre-deployment testing

Impact: This major release represents a complete architectural evolution from legacy HTML to modern Next.js, with significant database integration, enhanced tool management capabilities, and comprehensive UX improvements.

v2.2.0

August 29, 2025

🚀 Default Tools Upgraded to MCP 2024/2025 Standards

Enhanced Tool Definitions

  • All 6 default retail tools now follow MCP 2024/2025 specification
  • Added comprehensive parameter descriptions with examples (e.g., ORD-123456)
  • Enhanced business-focused descriptions explaining value and use cases
  • Implemented enum validation for contact_support topic parameter

Impact: Default tools now match the quality and standards of AI-generated tools, providing consistent parameter validation and improved documentation for MCP clients.

v2.1.0

August 27-28, 2025

🎯 MCP 2024/2025 Specification Compliance & Enhanced Tool Creation

Core MCP Enhancements

  • Updated AI generation prompt to follow MCP 2024/2025 specification
  • Enhanced parameter schemas with descriptions, examples, and format validation
  • Improved JSON Schema compliance with enum support and type validation
  • Business-focused tool descriptions emphasizing value and use cases
  • Added confirmation modal for server cache TTL management

Tool Creation & Validation

  • Added manual tool creation alongside AI generation
  • Comprehensive tool validation with detailed error messages
  • Enhanced debug section with complete MCP tool inspection
  • Fixed parameter validation to support underscores in names
  • Added Release Notes page with comprehensive version history

Impact: This release brings full compliance with the latest MCP specification, dramatically improving tool quality, validation, and debugging capabilities.

v2.0.0

August 25-26, 2025

🎨 Complete UI Redesign & Enhanced User Experience

Mobile-First Design

  • Fully responsive design with mobile-optimized navigation
  • Enhanced hamburger menu with proper z-index layering
  • Touch-friendly interfaces and optimized button sizes

Architecture & Performance

  • Hybrid Next.js + Express.js architecture
  • Improved TypeScript configuration and module resolution
  • Enhanced Heroku deployment with proper build scripts

v1.5.0

August 24, 2025

⚡ Enhanced Tool Management & Bug Fixes

  • Added comprehensive tool management with enable/disable functionality
  • Improved user session management with email-based authentication
  • Enhanced tool configuration with industry vertical categorization
  • Added toast notifications for better user feedback

v1.0.0

August 22, 2025

🎉 Initial MCP Server Release

  • Multi-user MCP server with personalized tool spaces
  • AI-powered tool generation with OpenAI integration
  • Six default retail tools for immediate use
  • Web interface for tool management and configuration
Stay tuned for more updates and improvements