Skip to content

Commit aac79bd

Browse files
committed
style: fix formatting in claude_desktop_config.json
1 parent 54dd1cb commit aac79bd

1 file changed

Lines changed: 16 additions & 16 deletions

File tree

claude_desktop_config.json

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
1-
{
2-
"mcpServers": {
3-
"postgres-mcp-server": {
4-
"command": "python",
5-
"args": [
6-
"postgres_server.py"
7-
],
8-
"cwd": "Path to://postgres-mcp-server",
9-
"env": {
10-
"DATABASE_URL": "postgresql://postgres:your_actual_password@localhost:5432/postgres"
11-
}
12-
}
13-
}
14-
}
15-
16-
1+
{
2+
"mcpServers": {
3+
"postgres-mcp-server": {
4+
"command": "python",
5+
"args": [
6+
"postgres_server.py"
7+
],
8+
"cwd": "Path to://postgres-mcp-server",
9+
"env": {
10+
"DATABASE_URL": "postgresql://postgres:your_actual_password@localhost:5432/postgres"
11+
}
12+
}
13+
}
14+
}
15+
16+

0 commit comments

Comments
 (0)