• 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
  • v1.0.5 0cbea18150

    🗄️ v1.0.5
    All checks were successful
    Publish Package / publish (push) Successful in 1m9s
    Stable

    jack released this 2025-10-07 17:09:53 +02:00 | 4 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.5

    🐛 Bug Fixes

    • use direct authentication token in CI workflow
    • replace secrets.ACTIONS_TOKEN with actual token value
    • fixes authentication issues with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.4 8254e4c7c5

    🗄️ v1.0.4
    Some checks failed
    Publish Package / publish (push) Failing after 1m9s
    Stable

    jack released this 2025-10-07 17:04:31 +02:00 | 5 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.4

    🐛 Bug Fixes

    • fix npm publish by explicitly specifying registry URL
    • add debug output to show .npmrc contents
    • ensures npm uses Forgejo registry with proper authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.3 5531b092b7

    🗄️ v1.0.3
    Some checks failed
    Publish Package / publish (push) Failing after 1m1s
    Stable

    jack released this 2025-10-07 12:51:25 +02:00 | 6 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.3

    🐛 Bug Fixes

    • fix CI workflow by separating registry configuration from authentication
    • configure .npmrc in two steps: scope registry first, then auth token before publish
    • this prevents npm ci from requiring authentication

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.2 b46dc76ac7

    🗄️ v1.0.2
    Some checks failed
    Publish Package / publish (push) Failing after 1m6s
    Stable

    jack released this 2025-10-07 12:38:46 +02:00 | 7 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.2

    🐛 Bug Fixes

    • fix CI workflow authentication using NODE_AUTH_TOKEN environment variable
    • use setup-node registry-url and scope configuration for proper authentication
    • CI/CD pipeline now properly authenticates with Forgejo Package Registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.1 85496623be

    🗄️ v1.0.1
    Some checks failed
    Publish Package / publish (push) Failing after 1m8s
    Stable

    jack released this 2025-10-07 12:33:54 +02:00 | 8 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.1

    🐛 Bug Fixes

    • fix npm registry configuration for scope-based installation
    • dependencies now correctly fetched from npmjs.org
    • only @customable packages use Forgejo registry

    📊 Statistics

    • Total commits: 1
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads
  • v1.0.0 5e8a5d6d83

    🗄️ v1.0.0
    Some checks failed
    Publish Package / publish (push) Failing after 50s
    Stable

    jack released this 2025-10-07 12:30:27 +02:00 | 9 commits to main since this release

    🗄️ Database Access: PostgreSQL, MariaDB, SQLite

    v1.0.0

    🔧 Chores

    📝 Other Changes

    • Initial implementation of db-mcp (3552a0d)

    📊 Statistics

    • Total commits: 2
    • Contributors: 1

    🤖 Generated with Claude Code

    Downloads