@yawlabs/postgres-mcp 0.6.15 → 0.6.16

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
@@ -37610,7 +37610,7 @@ function compareVersions(a, b) {
37610
37610
  }
37611
37611
 
37612
37612
  // src/index.ts
37613
- var version2 = true ? "0.6.15" : (await null).createRequire(import.meta.url)("../package.json").version;
37613
+ var version2 = true ? "0.6.16" : (await null).createRequire(import.meta.url)("../package.json").version;
37614
37614
  var subcommand = process.argv[2];
37615
37615
  if (subcommand === "version" || subcommand === "--version") {
37616
37616
  console.log(version2);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@yawlabs/postgres-mcp",
3
- "version": "0.6.15",
3
+ "version": "0.6.16",
4
4
  "mcpName": "io.github.YawLabs/postgres-mcp",
5
5
  "description": "PostgreSQL MCP server - query, schema introspection, explain, and health checks for AI assistants",
6
6
  "license": "MIT",