@neverinfamous/postgres-mcp 1.0.1 → 1.0.2

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/README.md +11 -9
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -8,17 +8,19 @@
8
8
 
9
9
  **203 specialized tools** · **20 resources** · **19 AI-powered prompts**
10
10
 
11
- [![GitHub](https://img.shields.io/badge/GitHub-neverinfamous/postgres--mcp-blue?logo=github)](https://github.com/neverinfamous/postgres-mcp)
12
- ![GitHub Release](https://img.shields.io/github/v/release/neverinfamous/postgres-mcp)
11
+ [![GitHub](https://img.shields.io/badge/GitHub-neverinfamous/postgres--mcp-blue?logo=github)](https://github.com/neverinfamous/postgresql-mcp)
12
+ ![GitHub Release](https://img.shields.io/github/v/release/neverinfamous/postgresql-mcp)
13
13
  [![Docker Pulls](https://img.shields.io/docker/pulls/writenotenow/postgres-mcp)](https://hub.docker.com/r/writenotenow/postgres-mcp)
14
14
  [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
15
- [![MCP](https://img.shields.io/badge/MCP-Compatible-green.svg)](https://modelcontextprotocol.io/)
15
+ [![MCP](https://img.shields.io/badge/MCP-Registry-green.svg)](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.neverinfamous/postgres-mcp)
16
16
  [![npm](https://img.shields.io/npm/v/@neverinfamous/postgres-mcp)](https://www.npmjs.com/package/@neverinfamous/postgres-mcp)
17
- [![Security](https://img.shields.io/badge/Security-Enhanced-green.svg)](https://github.com/neverinfamous/postgres-mcp/blob/master/SECURITY.md)
17
+ [![Security](https://img.shields.io/badge/Security-Enhanced-green.svg)](https://github.com/neverinfamous/postgresql-mcp/blob/master/SECURITY.md)
18
18
  ![Status](https://img.shields.io/badge/status-Production%2FStable-brightgreen)
19
- [![TypeScript](https://img.shields.io/badge/TypeScript-Strict-blue.svg)](https://github.com/neverinfamous/postgres-mcp)
20
- [![Tests](https://img.shields.io/badge/Tests-2063_passed-success.svg)](https://github.com/neverinfamous/postgres-mcp)
21
- [![Coverage](https://img.shields.io/badge/Coverage-84.38%25-green.svg)](https://github.com/neverinfamous/postgres-mcp)
19
+ [![TypeScript](https://img.shields.io/badge/TypeScript-Strict-blue.svg)](https://github.com/neverinfamous/postgresql-mcp)
20
+ [![Tests](https://img.shields.io/badge/Tests-2063_passed-success.svg)](https://github.com/neverinfamous/postgresql-mcp)
21
+ [![Coverage](https://img.shields.io/badge/Coverage-84.38%25-green.svg)](https://github.com/neverinfamous/postgresql-mcp)
22
+
23
+ **[Docker Hub](https://hub.docker.com/r/writenotenow/postgres-mcp)** • **[npm Package](https://www.npmjs.com/package/@neverinfamous/postgres-mcp)** • **[MCP Registry](https://registry.modelcontextprotocol.io/v0/servers?search=io.github.neverinfamous/postgres-mcp)**
22
24
 
23
25
  ## 🚀 Quick Start
24
26
 
@@ -31,7 +33,7 @@
31
33
  ### Installation
32
34
 
33
35
  ```bash
34
- git clone https://github.com/neverinfamous/postgres-mcp.git
36
+ git clone https://github.com/neverinfamous/postgresql-mcp.git
35
37
  cd postgres-mcp
36
38
  npm install
37
39
  npm run build
@@ -44,7 +46,7 @@ node dist/cli.js --transport stdio --postgres postgres://user:password@localhost
44
46
 
45
47
  ```bash
46
48
  # Clone and install
47
- git clone https://github.com/neverinfamous/postgres-mcp.git
49
+ git clone https://github.com/neverinfamous/postgresql-mcp.git
48
50
  cd postgres-mcp
49
51
  npm install
50
52
 
package/package.json CHANGED
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "name": "@neverinfamous/postgres-mcp",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
+ "mcpName": "io.github.neverinfamous/postgres-mcp",
4
5
  "description": "PostgreSQL MCP server with connection pooling, tool filtering, and full extension support",
5
6
  "type": "module",
6
7
  "main": "dist/index.js",
@@ -34,12 +35,12 @@
34
35
  "license": "MIT",
35
36
  "repository": {
36
37
  "type": "git",
37
- "url": "git+https://github.com/neverinfamous/postgres-mcp.git"
38
+ "url": "git+https://github.com/neverinfamous/postgresql-mcp.git"
38
39
  },
39
40
  "bugs": {
40
- "url": "https://github.com/neverinfamous/postgres-mcp/issues"
41
+ "url": "https://github.com/neverinfamous/postgresql-mcp/issues"
41
42
  },
42
- "homepage": "https://github.com/neverinfamous/postgres-mcp#readme",
43
+ "homepage": "https://github.com/neverinfamous/postgresql-mcp#readme",
43
44
  "engines": {
44
45
  "node": ">=24.0.0"
45
46
  },