We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4a0e4d commit 1c9ebd8Copy full SHA for 1c9ebd8
README.md
@@ -64,7 +64,7 @@ Additional extensions can be easily added via YAML config files.
64
65
```bash
66
# Clone the repository
67
-git clone https://github.com/stuzero/pg-mcp.git
+git clone https://github.com/stuzero/pg-mcp-server.git
68
cd pg-mcp
69
70
# Build and run with Docker Compose
@@ -75,8 +75,8 @@ docker-compose up -d
75
76
77
78
79
-cd pg-mcp
+cd pg-mcp-server
80
81
# Install dependencies and create a virtual environment ( .venv )
82
uv sync
0 commit comments