mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-09 15:38:08 -05:00
52 lines
1.9 KiB
YAML
52 lines
1.9 KiB
YAML
# Copyright 2024 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.
|
|
|
|
handleGHRelease: true
|
|
packageName: genai-toolbox
|
|
releaseType: simple
|
|
versionFile: "cmd/version.txt"
|
|
extraFiles: [
|
|
"README.md",
|
|
"docs/en/getting-started/colab_quickstart.ipynb",
|
|
"docs/en/getting-started/introduction/_index.md",
|
|
"docs/en/getting-started/mcp_quickstart/_index.md",
|
|
"docs/en/getting-started/quickstart/shared/configure_toolbox.md",
|
|
"docs/en/samples/alloydb/_index.md",
|
|
"docs/en/samples/alloydb/mcp_quickstart.md",
|
|
"docs/en/samples/alloydb/ai-nl/alloydb_ai_nl.ipynb",
|
|
"docs/en/samples/bigquery/local_quickstart.md",
|
|
"docs/en/samples/bigquery/mcp_quickstart/_index.md",
|
|
"docs/en/samples/bigquery/colab_quickstart_bigquery.ipynb",
|
|
"docs/en/samples/looker/looker_gemini.md",
|
|
"docs/en/samples/looker/looker_gemini_oauth/_index.md",
|
|
"docs/en/samples/looker/looker_mcp_inspector/_index.md",
|
|
"docs/en/how-to/connect-ide/looker_mcp.md",
|
|
"docs/en/how-to/connect-ide/mysql_mcp.md",
|
|
"docs/en/how-to/connect-ide/mssql_mcp.md",
|
|
"docs/en/how-to/connect-ide/postgres_mcp.md",
|
|
"docs/en/how-to/connect-ide/neo4j_mcp.md",
|
|
"docs/en/how-to/connect-ide/sqlite_mcp.md",
|
|
"gemini-extension.json",
|
|
{
|
|
"type": "json",
|
|
"path": "server.json",
|
|
"jsonpath": "$.version"
|
|
},
|
|
{
|
|
"type": "json",
|
|
"path": "server.json",
|
|
"jsonpath": "$.packages[0].identifier"
|
|
},
|
|
]
|