@contextflo/postgres-mcp 0.1.0 → 0.1.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 (1) hide show
  1. package/package.json +6 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@contextflo/postgres-mcp",
3
- "version": "0.1.0",
3
+ "version": "0.1.2",
4
4
  "description": "Read-only Postgres MCP server: a drop-in replacement for the archived @modelcontextprotocol/server-postgres, with schema context for correct answers.",
5
5
  "keywords": [
6
6
  "mcp",
@@ -13,7 +13,7 @@
13
13
  "cursor",
14
14
  "text-to-sql"
15
15
  ],
16
- "homepage": "https://github.com/contextflo/postgres-mcp#readme",
16
+ "homepage": "https://contextflo.com/postgres-mcp",
17
17
  "repository": {
18
18
  "type": "git",
19
19
  "url": "git+https://github.com/contextflo/postgres-mcp.git"
@@ -34,13 +34,16 @@
34
34
  "files": [
35
35
  "dist"
36
36
  ],
37
+ "publishConfig": {
38
+ "access": "public"
39
+ },
37
40
  "scripts": {
38
41
  "build": "tsc -p tsconfig.json",
39
42
  "test": "vitest run",
40
43
  "test:watch": "vitest",
41
44
  "db:up": "docker compose -f docker-compose.test.yml up -d --wait",
42
45
  "db:down": "docker compose -f docker-compose.test.yml down -v",
43
- "prepublishOnly": "npm run build && npm test"
46
+ "prepublishOnly": "npm run build"
44
47
  },
45
48
  "dependencies": {
46
49
  "@modelcontextprotocol/sdk": "^1.30.0",