/** * postgres-mcp - MCP Server Types * * MCP server configuration types. */ /** * Transport type for MCP communication */ export type TransportType = "stdio" | "http" | "sse"; //# sourceMappingURL=mcp.d.ts.map