UNPKG
@kohlarnhin/mcp-server-postgres
Version:
latest (1.0.0)
1.0.0
MCP server for interacting with PostgreSQL databases based on Node
@kohlarnhin/mcp-server-postgres
/
.npmignore
14 lines
(12 loc)
•
138 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# 源代码和开发文件
index.ts tsconfig.json .
env
utils/
# 开发依赖
node_modules/
# 其他文件
.git/ .github/ .vscode/ *.
log