e04ed9c211
CF: Deploy Dev Docs / deploy (push) Waiting to run
Sync Labels / build (push) Waiting to run
tests / unit tests (macos-latest) (push) Waiting to run
tests / unit tests (ubuntu-latest) (push) Waiting to run
tests / unit tests (windows-latest) (push) Waiting to run
148 lines
3.9 KiB
TOML
148 lines
3.9 KiB
TOML
# Copyright 2026 Google LLC
|
|
#
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
title = 'MCP Toolbox for Databases'
|
|
relativeURLs = false
|
|
|
|
locale = 'en-us'
|
|
defaultContentLanguage = "en"
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
enableGitInfo = true
|
|
enableRobotsTXT = true
|
|
|
|
ignoreFiles = ["quickstart/shared", "quickstart/python", "quickstart/js", "quickstart/go"]
|
|
|
|
[security.node]
|
|
[security.node.permissions]
|
|
allowChildProcess = ["tailwindcss", "postcss"]
|
|
|
|
[languages]
|
|
[languages.en]
|
|
label = "English"
|
|
weight = 1
|
|
|
|
[module]
|
|
proxy = "direct"
|
|
[module.hugoVersion]
|
|
extended = true
|
|
min = "0.146.0"
|
|
[[module.mounts]]
|
|
source = "../docs/en"
|
|
target = 'content'
|
|
[[module.imports]]
|
|
path = "github.com/google/docsy"
|
|
disable = false
|
|
[[module.imports]]
|
|
path = "github.com/martignoni/hugo-notice"
|
|
|
|
[params]
|
|
description = "MCP Toolbox for Databases is an open source MCP server for databases. It enables you to develop tools easier, faster, and more securely by handling the complexities such as connection pooling, authentication, and more."
|
|
copyright = "Google LLC"
|
|
github_repo = "https://github.com/googleapis/mcp-toolbox"
|
|
github_project_repo = "https://github.com/googleapis/mcp-toolbox"
|
|
github_subdir = "docs"
|
|
offlineSearch = false
|
|
version_menu = "Releases"
|
|
releases_url = "/releases.releases"
|
|
global_logo_url = "/"
|
|
pagefind = true
|
|
version = "dev"
|
|
[params.ui]
|
|
ul_show = 100
|
|
showLightDarkModeMenu = true
|
|
breadcrumb_disable = false
|
|
sidebar_menu_foldable = true
|
|
sidebar_menu_compact = false
|
|
[params.ui.feedback]
|
|
enable = true
|
|
yes = 'Glad to hear it! Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
|
|
no = 'Sorry to hear that. Please <a href="https://github.com/googleapis/mcp-toolbox/issues/new">tell us how we can improve</a>.'
|
|
[params.ui.readingtime]
|
|
enable = true
|
|
|
|
[[params.versions]]
|
|
version = "dev"
|
|
url = "https://mcp-toolbox.dev/dev/"
|
|
|
|
# Add a new version block here before every release
|
|
# The order of versions in this file is mirrored into the dropdown
|
|
|
|
[[params.versions]]
|
|
version = "v1.6.0"
|
|
url = "https://mcp-toolbox.dev/v1.6.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.5.0"
|
|
url = "https://mcp-toolbox.dev/v1.5.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.4.0"
|
|
url = "https://mcp-toolbox.dev/v1.4.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.3.0"
|
|
url = "https://mcp-toolbox.dev/v1.3.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.2.0"
|
|
url = "https://mcp-toolbox.dev/v1.2.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.1.0"
|
|
url = "https://mcp-toolbox.dev/v1.1.0/"
|
|
|
|
[[params.versions]]
|
|
version = "v1.0.0"
|
|
url = "https://mcp-toolbox.dev/v1.0.0/"
|
|
|
|
[[menu.main]]
|
|
name = "GitHub"
|
|
weight = 50
|
|
url = "https://github.com/googleapis/mcp-toolbox"
|
|
pre = "<i class='fa-brands fa-github'></i>"
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe= true
|
|
|
|
[markup.highlight]
|
|
noClasses = false
|
|
style = "tango"
|
|
|
|
[outputFormats]
|
|
[outputFormats.LLMS]
|
|
mediaType = "text/plain"
|
|
baseName = "llms"
|
|
isPlainText = true
|
|
root = true
|
|
[outputFormats.LLMS-FULL]
|
|
mediaType = "text/plain"
|
|
baseName = "llms-full"
|
|
isPlainText = true
|
|
root = true
|
|
[outputFormats.releases]
|
|
baseName = 'releases'
|
|
isPlainText = true
|
|
mediaType = 'text/releases'
|
|
|
|
[mediaTypes."text/releases"]
|
|
suffixes = ["releases"]
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "LLMS", "LLMS-FULL", "releases"]
|
|
|
|
[services]
|
|
[services.googleAnalytics]
|
|
id = "G-GLSV9KD8BF"
|