This release includes 1 security fix for security teams reviewing exposed deployments.
Published 1mo
MCP Data & Storage
✓ No known CVEs patched
This release patches 1 known CVE
Affected surfaces
auth
Summary
AI summaryUpdates 🐛 Bug Fixes, 🔒 Security, and 📦 Package across a mixed release.
Full changelog
What's New
🔒 Security
- PII Redaction — New
ENABLE_PII_REDACTIONflag scrubs emails, phone numbers, SSNs, credit cards, and IPv4 addresses from query results before they reach the LLM. Includes column-name heuristics, regex value scanning, Luhn-verified card masking, SELECT * guard, column-reference guard, and introspection filtering. Opt-in, disabled by default. (by @Morkos)
🐛 Bug Fixes
- BIGINT precision loss — New
MYSQL_BIG_NUMBER_STRINGS=trueenv var returns BIGINT/DECIMAL values as strings, preserving full precision for snowflake IDs and values exceedingNumber.MAX_SAFE_INTEGER. (by @duyiliu) - Remote MCP parallel hang — Fixed a hang in
IS_REMOTE_MCP=truemode where two concurrentPOST /mcprequests caused one to never return. Now creates a per-request Server instance instead of sharing the module-level one. (by @tomer-azar)
📦 Package
- Added
repository,bugs, andhomepagefields topackage.jsonso npm users can navigate back to the source. (by @SyntaxHQDEV)
🔌 Integrations
- Added Codex CLI plugin manifest for listing in the Codex plugin ecosystem. (by @internet-dot)
Improved README for better navigation and project clarity.
Security Fixes
- ENABLE_PII_REDACTION mitigates exposure of personal data in query results
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About benborla29/mcp-server-mysql
MySQL database integration in NodeJS with configurable access controls and schema inspection
Related context
Beta — feedback welcome: [email protected]