@emseepea/create-multi-instance-postgres-server 0.0.3 → 0.0.4

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.
package/README.md CHANGED
@@ -10,7 +10,7 @@ coherent PostgreSQL-backed application state. It demonstrates interchangeable,
10
10
  stateless MCP processes without exposing server identity or routing to users.
11
11
 
12
12
  Choose the [tool server](../tool-server/README.md) when one process and in-memory
13
- data are enough. [Compare all eight templates](https://emseepea.github.io/emseepea/examples/).
13
+ data are enough. [Compare all templates](https://emseepea.github.io/emseepea/examples/).
14
14
 
15
15
  ## Create a Project
16
16
 
@@ -17,7 +17,7 @@
17
17
  "lint": "oxlint src test eval"
18
18
  },
19
19
  "devDependencies": {
20
- "@emseepea/testing": "0.5.2",
20
+ "@emseepea/testing": "0.5.3",
21
21
  "@modelcontextprotocol/client": "2.0.0",
22
22
  "@types/node": "24.13.3",
23
23
  "@types/pg": "8.23.1",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@emseepea/create-multi-instance-postgres-server",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "description": "Create interchangeable Em See Pea server instances sharing PostgreSQL state.",
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -24,7 +24,7 @@
24
24
  "@emseepea/server": "0.3.3",
25
25
  "pg": "8.23.0",
26
26
  "zod": "4.4.3",
27
- "@emseepea/testing": "0.5.2",
27
+ "@emseepea/testing": "0.5.3",
28
28
  "@modelcontextprotocol/client": "2.0.0",
29
29
  "@types/node": "24.13.3",
30
30
  "@types/pg": "8.23.1",