withPostgresMcp
Function
interface PostgresDatabaseResource { // ... omitted for brevity withPostgresMcp( configureContainer?: callback, containerName?: string): PostgresDatabaseResource;}Signature
method
withPostgresMcp builder Adds Postgres MCP server
withPostgresMcp(configureContainer?: (obj: PostgresMcpContainerResource) => void, containerName?: string): PostgresDatabaseResourceParameters
configureContainer (obj: PostgresMcpContainerResource) => void optional containerName string optional Returns
PostgresDatabaseResource Applies to
This function is an extension method on the following types: