disconnect_database
Terminates the active connection to a PostgreSQL database, ensuring secure disengagement for read-only AI assistant interactions managed by the Postgre MCP Server.
Instructions
Disconnect from the current PostgreSQL database
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}