• v2.0.0 e0fabc5fba

    v2.0.0 - Complete Refactor with Security
    All checks were successful
    Publish Package / publish (push) Successful in 28s
    Stable

    jack released this 2025-10-10 10:14:14 +02:00 | 1 commits to main since this release

    🎉 Major Release - Complete Refactor

    This is a major release with comprehensive improvements, refactoring, and new security features.

    🔒 Security

    • SQL Injection Protection: Basic validation for dangerous SQL patterns
    • Prepared Statement Support: All queries use parameterized statements
    • SQL Validation: Warnings for potentially dangerous patterns

    🏗️ Architecture

    • Modular structure (4 clean modules)
    • 100% TypeScript type safety
    • Complete JSDoc documentation
    • index.ts: 205 → 102 lines (-50%)

    📄 Features

    • Pagination Support: limit and offset parameters for run_query
    • Supports PostgreSQL, MySQL/MariaDB, and SQLite
    • Table schema introspection
    • Query execution plan analysis

    📦 Dependencies

    • MCP SDK: 0.5.0 → 1.20.0 (latest)

    See CHANGELOG.md for full details.

    Downloads