-
v2.0.0 - Complete Refactor with Security
StableAll checks were successfulPublish Package / publish (push) Successful in 28sreleased 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:
limitandoffsetparameters 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
🗄️ v1.0.5
StableAll checks were successfulPublish Package / publish (push) Successful in 1m9sreleased 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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
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
- add CHANGELOG.md (
c7b523d)
📝 Other Changes
- Initial implementation of db-mcp (
3552a0d)
📊 Statistics
- Total commits: 2
- Contributors: 1
🤖 Generated with Claude Code
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- add CHANGELOG.md (