db4app-mcp-server 0.1.1 → 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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -28,7 +28,7 @@ npx db4app-mcp-server
28
28
  ```json
29
29
  {
30
30
  "mcpServers": {
31
- "postgres-wasm": {
31
+ "db4app": {
32
32
  "command": "npx",
33
33
  "args": [
34
34
  "-y",
@@ -65,7 +65,7 @@ Add to your `claude_desktop_config.json`:
65
65
  ```json
66
66
  {
67
67
  "mcpServers": {
68
- "postgres-wasm": {
68
+ "db4app": {
69
69
  "command": "npx",
70
70
  "args": [
71
71
  "-y",
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "db4app-mcp-server",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for db4.app - enables LLMs to interact with browser-based Postgres databases via Model Context Protocol",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
7
7
  "bin": {
8
- "mcp-server-postgres-wasm": "./dist/index.js"
8
+ "mcp-server-db4app": "./dist/index.js"
9
9
  },
10
10
  "files": [
11
11
  "dist",
@@ -33,7 +33,7 @@
33
33
  "repository": {
34
34
  "type": "git",
35
35
  "url": "https://github.com/db4app/db4app.git",
36
- "directory": "packages/mcp-server-postgres-wasm"
36
+ "directory": "packages/mcp-server-db4app"
37
37
  },
38
38
  "engines": {
39
39
  "node": ">=18.0.0"