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
/
.gitignore
17 lines
(13 loc)
•
206 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 依赖目录
node_modules/
# 环境变量(可能包含敏感信息)
.
env
# 日志文件
*.
log
# IDE和编辑器配置
.vscode/ .idea/ *.sublime-*
# 操作系统生成的文件
.DS_Store Thumbs.db