yukon_mcp_service/ ├── src/ │ ├── __init__.py # 包初始化 │ ├── server.py # MCP 服务器主入口 │ ├── tools/ # 工具模块 ...
This is a foreign data wrapper (FDW) to connect PostgreSQL to SQLite database file. This FDW works with PostgreSQL 13, 14, 15, 16, 17 and confirmed with SQLite 3.49.0 ...