capybara-db-mcp 1.0.4 → 1.0.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -3469,7 +3469,7 @@ function generateBanner(version, modes = []) {
3469
3469
  | | __/ |
3470
3470
  |_| |___/
3471
3471
 
3472
- v${version}${modeText} - Minimal Readonly Database MCP Server
3472
+ v${version}${modeText} - Minimal Readonly PPI-safe Database MCP Server
3473
3473
  `;
3474
3474
  }
3475
3475
  async function main() {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "capybara-db-mcp",
3
- "version": "1.0.4",
3
+ "version": "1.0.5",
4
4
  "mcpName": "io.github.ajgreyling/capybara-db-mcp",
5
5
  "description": "Minimal, token-efficient Database Read-Only PPI-safe MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB. Fork of DBHub with default-schema support.",
6
6
  "repository": {