@sarmadparvez/postgresql-mcp 1.0.7 → 1.0.8

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 (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "@sarmadparvez/postgresql-mcp",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "MCP server for PostgreSQL with full read-write support, transactions, and schema inspection. Works with any PostgreSQL instance — local, Supabase, AWS RDS, or self-hosted. Use with Claude, Cursor, Windsurf, and any MCP-compatible AI client.",
5
5
  "main": "index.js",
6
6
  "bin": {
7
- "postgresql-mcp": "./index.js"
7
+ "postgresql-mcp": "index.js"
8
8
  },
9
9
  "files": [
10
10
  "index.js"
@@ -41,7 +41,7 @@
41
41
  "license": "ISC",
42
42
  "repository": {
43
43
  "type": "git",
44
- "url": "https://github.com/sarmadparvez/postgresql-mcp.git"
44
+ "url": "git+https://github.com/sarmadparvez/postgresql-mcp.git"
45
45
  },
46
46
  "homepage": "https://github.com/sarmadparvez/postgresql-mcp#readme",
47
47
  "engines": {