Release: modular db refactor → master - #19
Merged
Merged
Conversation
Split toolHandlers into focused lib/ modules, deduplicate config loaders, hoist shared driver logic into BaseDriver, and add optional defaultAlias/ defaultSchema plus db_list_tables pagination. Also clean up the toolchain so CI passes: - drop unused DEFAULT_PORTS import and use const in normalizeAlias (eslint) - apply prettier formatting to config.js, configFile.js, toolDescriptors.js - bump vitest & @vitest/coverage-v8 to ^3.2.6 (db + odoo) to clear the critical vitest advisory - add pnpm overrides forcing vite >=6.4.3 and esbuild >=0.28.1 to clear the remaining high advisories 297 tests pass (203 db + 94 odoo), >=88% coverage.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Promote
stagingtomasterto ship the@unclecat/mcp-multi-dbmodular refactor.lib/architecture, driver dedup intoBaseDriver,defaultAlias/defaultSchema,db_list_tablespagination, readonly-mode hardening.vitest/@vitest/coverage-v8^3.2.6, pnpm overrides forvite >=6.4.3/esbuild >=0.28.1(pnpm audit --audit-level=highclean).master(includes the0.0.5release from chore(release): version packages #17).Pending changesets (will trigger the next Version Packages PR)
db-refactor-modular.md→ patch (@unclecat/mcp-multi-db, pre-1.0 convention)vscode-docs.md→ patch (docs)Net effect after merge:
@unclecat/mcp-multi-db0.0.5 → 0.0.6.After merge
The Release workflow runs on
master, opens/updates the Version Packages PR (changeset-release/master). Merging that PR publishes to npm + creates the GitHub Release.Verification
pnpm install --frozen-lockfile— lockfile up to datepnpm audit --audit-level=high— 0 critical / 0 high