Implements LangGraph to interact with a PostgreSQL database via an MCP server.
This project provides a low-level example of using LangGraph to interact with a Model Context Protocol (MCP) server connected to a PostgreSQL database. It showcases how to leverage LangGraph agents to query and retrieve data from the database through the MCP server, facilitating context retrieval for language models.