Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v1.1.0

    protected
    dcd3620e · v1.1.0 ·
    Release v1.1.0
    
    - **SDK Upgrade**: Upgraded @modelcontextprotocol/sdk from 1.0.1 to ^1.17.2 (closes #20)
    
    - **Missing Dependencies**: Added missing zod dependency to template package.json (closes #19)
    - **NPX Execution**: Fixed npx execution failures and git hygiene issues (closes #17)
    - **Git Hook Performance**: Synchronized template pre-push hook to prevent SSH timeouts (resolves #18)
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.0.2

    protected
    63d685af · v1.0.2 ·
    Release v1.0.2
    
    - **GitLab CI YAML Validation** - Resolved critical GitLab CI YAML validation error that prevented pipeline execution (closes #14)
    
    - **Git Hooks Integration** - Automatically set up git hooks in generated projects for consistent code quality enforcement
    - **Project Documentation** - Added comprehensive LICENSE, CONTRIBUTING.md, and CLAUDE.md files to template
    - **Enhanced .gitignore Template** - Comprehensive .gitignore template for generated projects covering Node.js, TypeScript, and IDE files
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.0.1

    protected
    c80ebf4b · v1.0.1 ·
    Release v1.0.1
    
    - **Template TypeScript Build**: Added @types/node dependency and enhanced tsconfig.json
    - **API Client Import Issues**: Implemented lazy loading to prevent import-time instantiation
    - **Git Hooks Setup**: Enhanced postinstall script with automatic permission setting
    - **CI Package Testing**: Fixed tarball discovery with dynamic filename capture
    - **Test Coverage Thresholds**: Lowered from 30% to 20% for achievable baseline
    
    - Enhanced .gitignore with *.tsbuildinfo pattern
    - Updated coverage threshold documentation (progressive 20%→30%→80% approach)
    
    - Comprehensive NPM publishing documentation with step-by-step CI/CD setup
    - Template attribution in generated README files
    
    Closes issues #5, #6, #7, #8, #9, #10, #11, #12, #13
    
    🚀 Released with Claude Code
    Co-Authored-By: Claude <noreply@anthropic.com>
  • v1.0.0

    protected
    Release v1.0.0: MCP Server Template Generator with CI/CD
    
    ✨ Features:
    - Complete template generator for MCP servers with best practices
    - Interactive CLI with customizable server configuration
    - Comprehensive project structure (TypeScript, testing, CI/CD)
    - Pre-push hooks with build, format, and test validation
    - GitLab CI pipeline with format validation, build, test, and NPM publishing
    - Template includes error handling, schema validation, health checks
    - Documentation templates and development best practices
    - Claude Code integration with CLAUDE.md instructions
    
    🚀 Generated from @haleyio/create-mcp-server template system
    🤖 Generated with Claude Code (claude.ai/code)
    
    Co-Authored-By: Claude <noreply@anthropic.com>