Skip to content

Commit 30ae248

Browse files
stage: PR-2488: 933250b
1 parent a87b124 commit 30ae248

File tree

665 files changed

+218853
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

665 files changed

+218853
-0
lines changed

previews/PR-2488/404.html

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR-2488/about/faq/index.html

Lines changed: 393 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR-2488/about/index.html

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR-2488/about/index.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>About on MCP Toolbox for Databases</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/about/</link><description>Recent content in About on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/about/index.xml" rel="self" type="application/rss+xml"/><item><title>FAQ</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/about/faq/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://googleapis.github.io/genai-toolbox/previews/PR-2488/about/faq/</guid><description>&lt;h2 id="how-can-i-deploy-or-run-toolbox">How can I deploy or run Toolbox?&lt;/h2>
2+
&lt;p>MCP Toolbox for Databases is open-source and can be run or deployed to a
3+
multitude of environments. For convenience, we release &lt;a href="https://github.com/googleapis/genai-toolbox/releases/">compiled binaries and
4+
docker images&lt;/a> (but you can always compile yourself as well!).&lt;/p>
5+
&lt;p>For detailed instructions, check out these resources:&lt;/p>
6+
&lt;ul>
7+
&lt;li>&lt;a href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/getting-started/local_quickstart/">Quickstart: How to Run Locally&lt;/a>&lt;/li>
8+
&lt;li>&lt;a href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/how-to/deploy_toolbox/">Deploy to Cloud Run&lt;/a>&lt;/li>
9+
&lt;/ul>
10+
&lt;h2 id="do-i-need-a-google-cloud-accountproject-to-get-started-with-toolbox">Do I need a Google Cloud account/project to get started with Toolbox?&lt;/h2>
11+
&lt;p>Nope! While some of the sources Toolbox connects to may require GCP credentials,
12+
Toolbox doesn&amp;rsquo;t require them and can connect to a bunch of different resources
13+
that don&amp;rsquo;t.&lt;/p></description></item></channel></rss>

previews/PR-2488/blogs/index.html

Lines changed: 12 additions & 0 deletions
Large diffs are not rendered by default.

previews/PR-2488/blogs/index.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Featured Articles on MCP Toolbox for Databases</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/blogs/</link><description>Recent content in Featured Articles on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/blogs/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

previews/PR-2488/categories/index.html

Lines changed: 11 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Categories on MCP Toolbox for Databases</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/categories/</link><description>Recent content in Categories on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/categories/index.xml" rel="self" type="application/rss+xml"/></channel></rss>

previews/PR-2488/concepts/index.html

Lines changed: 366 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Concepts on MCP Toolbox for Databases</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/concepts/</link><description>Recent content in Concepts on MCP Toolbox for Databases</description><generator>Hugo</generator><language>en</language><atom:link href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/concepts/index.xml" rel="self" type="application/rss+xml"/><item><title>Telemetry</title><link>https://googleapis.github.io/genai-toolbox/previews/PR-2488/concepts/telemetry/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://googleapis.github.io/genai-toolbox/previews/PR-2488/concepts/telemetry/</guid><description>&lt;h2 id="about">About&lt;/h2>
2+
&lt;p>Telemetry data such as logs, metrics, and traces will help developers understand
3+
the internal state of the system. This page walks though different types of
4+
telemetry and observability available in Toolbox.&lt;/p>
5+
&lt;p>Toolbox exports telemetry data of logs via standard out/err, and traces/metrics
6+
through &lt;a href="https://opentelemetry.io/">OpenTelemetry&lt;/a>. Additional flags can be
7+
passed to Toolbox to enable different logging behavior, or to export metrics
8+
through a specific &lt;a href="https://googleapis.github.io/genai-toolbox/previews/PR-2488/concepts/telemetry/#exporter">exporter&lt;/a>.&lt;/p>
9+
&lt;h2 id="logging">Logging&lt;/h2>
10+
&lt;p>The following flags can be used to customize Toolbox logging:&lt;/p></description></item></channel></rss>

0 commit comments

Comments
 (0)