Skip to content

Commit 894e3d7

Browse files
committed
Update Name of MCP-Server
1 parent 0838b2b commit 894e3d7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ The `create-test-data.sql` script is executed by the `postgres-init-extensions`
243243
```json
244244
{
245245
"mcpServers": {
246-
"postgresql-ops": {
246+
"mcp-postgresql-ops": {
247247
"command": "uvx",
248248
"args": ["--python", "3.12", "mcp-postgresql-ops"],
249249
"env": {
@@ -308,7 +308,7 @@ mcp-postgresql-ops --help
308308
```json
309309
{
310310
"mcpServers": {
311-
"postgresql-ops": {
311+
"mcp-postgresql-ops": {
312312
"command": "uv",
313313
"args": ["run", "python", "-m", "mcp_postgresql_ops"],
314314
"env": {
@@ -989,7 +989,7 @@ When authentication is enabled, MCP clients must include the Bearer token in the
989989
```json
990990
{
991991
"mcpServers": {
992-
"postgresql-ops": {
992+
"mcp-postgresql-ops": {
993993
"type": "streamable-http",
994994
"url": "http://your-server:8000/mcp",
995995
"headers": {

mcp-config.json.http

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mcpServers": {
3-
"postgresql-ops": {
3+
"mcp-postgresql-ops": {
44
"type": "streamable-http",
55
"url": "http://host.docker.internal:18003/mcp",
66
"headers": {

mcp-config.json.stdio

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"mcpServers": {
3-
"postgresql-ops": {
3+
"mcp-postgresql-ops": {
44
"command": "python",
55
"args": ["-m", "mcp_postgresql_ops"],
66
"env": {

0 commit comments

Comments
 (0)