ibmi-mcp-server/ ├── server/ ← MCP server implementation (main package) ├── tools/ ← SQL tool YAML configurations ├── agents/ ← Agent implementations and examples └── apps/ ← Deployment configurations ...
server-scripts/ ├── init/ # 系统初始化脚本 │ └── system_init.sh # 系统初始化(换源、基础工具等) ├── proxy/ # 代理安装脚本 │ ├── linux/ # Linux 版本 │ │ └── install_v2ray.sh │ └── wsl/ # WSL 版本 │ └── install_v2ray.sh ├── docker/ # ...