const postgresConfig: ServerConfig = {
command: 'npx',
args: ['-y', '@modelcontextprotocol/server-postgres'],
env: { DATABASE_URL: '${DATABASE_URL}' },
tools: {
'query': { action: 'allow' },
'execute': { action: 'prompt' }
},
defaults: { action: 'deny' }
};