Commit 77d4c1e
Merge PR #14: Add MySQL support + security fixes + v1.2.4
Changes:
- Add native MySQL/MariaDB support via mysql2 library
- Upgrade MCP SDK from 1.9.0 to 1.25.2 (fixes security vulnerabilities)
- Move @types/mssql to devDependencies
- Fix trailing semicolon handling in LIMIT clause
- Add DBeaver CLI fallback for unsupported databases
- Improve error handling and debug logging
Now supports: PostgreSQL, SQLite, MSSQL/SQL Server, MySQL/MariaDB
Closes #13
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>8 files changed
Lines changed: 556 additions & 149 deletions
File tree
- docs-site/docs
- getting-started
- guides
- src
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
92 | 93 | | |
93 | 94 | | |
94 | 95 | | |
| 96 | + | |
95 | 97 | | |
96 | 98 | | |
97 | 99 | | |
| |||
133 | 135 | | |
134 | 136 | | |
135 | 137 | | |
| 138 | + | |
136 | 139 | | |
137 | 140 | | |
138 | 141 | | |
| |||
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
308 | | - | |
| 311 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| 46 | + | |
46 | 47 | | |
47 | 48 | | |
48 | 49 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
130 | 131 | | |
131 | 132 | | |
132 | 133 | | |
133 | | - | |
| 134 | + | |
0 commit comments