<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Samples on MCP Toolbox for Databases</title><link>/samples/</link><description>Recent content in Samples on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="/samples/index.xml" rel="self" type="application/rss+xml"/><item><title>Deploy ADK Agent and MCP Toolbox</title><link>/samples/deploy_adk_agent/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/samples/deploy_adk_agent/</guid><description>&lt;h2 id="before-you-begin">Before you begin&lt;/h2>
&lt;p>This guide assumes you have already done the following:&lt;/p>
&lt;ol>
&lt;li>Completed the &lt;a href="/documentation/getting-started/local_quickstart/">Python Quickstart
(Local)&lt;/a> and have a working ADK
agent running locally.&lt;/li>
&lt;li>Installed the &lt;a href="https://cloud.google.com/sdk/docs/install">Google Cloud CLI&lt;/a>.&lt;/li>
&lt;li>A Google Cloud project with billing enabled.&lt;/li>
&lt;/ol>
&lt;h2 id="step-1-deploy-mcp-toolbox-to-cloud-run">Step 1: Deploy MCP Toolbox to Cloud Run&lt;/h2>
&lt;p>Before deploying your agent, your MCP Toolbox server needs to be accessible from
the cloud. We will deploy MCP Toolbox to Cloud Run.&lt;/p>
&lt;p>Follow the &lt;a href="/documentation/deploy-to/cloud-run/">Deploy to Cloud Run&lt;/a> guide to deploy your MCP
Toolbox instance.&lt;/p></description></item><item><title>Prompts using Gemini CLI</title><link>/samples/prompts_quickstart_gemini_cli/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>/samples/prompts_quickstart_gemini_cli/</guid><description>&lt;h2 id="before-you-begin">Before you begin&lt;/h2>
&lt;p>This guide assumes you have already done the following:&lt;/p>
&lt;ol>
&lt;li>Installed &lt;a href="https://www.postgresql.org/download/">PostgreSQL 16+ and the &lt;code>psql&lt;/code> client&lt;/a>.&lt;/li>
&lt;/ol>
&lt;h2 id="step-1-set-up-your-database">Step 1: Set up your database&lt;/h2>
&lt;p>In this section, we will create a database, insert some data that needs to be
accessed by our agent, and create a database user for Toolbox to connect with.&lt;/p>
&lt;ol>
&lt;li>
&lt;p>Connect to postgres using the &lt;code>psql&lt;/code> command:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" class="chroma">&lt;code class="language-bash" data-lang="bash">&lt;span class="line">&lt;span class="cl">psql -h 127.0.0.1 -U postgres
&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>Here, &lt;code>postgres&lt;/code> denotes the default postgres superuser.&lt;/p></description></item></channel></rss>