mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-10 16:08:16 -05:00
🤖 I have created a release *beep* *boop* --- ## [0.23.0](https://github.com/googleapis/genai-toolbox/compare/v0.22.0...v0.23.0) (2025-12-11) ### ⚠ BREAKING CHANGES * **serverless-spark:** add URLs to create batch tool outputs * **serverless-spark:** add URLs to list_batches output * **serverless-spark:** add Cloud Console and Logging URLs to get_batch * **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](https://github.com/googleapis/genai-toolbox/issues/2033)) ### Features * **tools/postgres:** Add list-table-stats-tool to list table statistics. ([#2055](https://github.com/googleapis/genai-toolbox/issues/2055)) ([78b02f0](78b02f08c3)) * **looker/tools:** Enhance dashboard creation with dashboard filters ([#2133](https://github.com/googleapis/genai-toolbox/issues/2133)) ([285aa46](285aa46b88)) * **serverless-spark:** Add Cloud Console and Logging URLs to get_batch ([e29c061](e29c0616d6)) * **serverless-spark:** Add URLs to create batch tool outputs ([c6ccf4b](c6ccf4bd87)) * **serverless-spark:** Add URLs to list_batches output ([5605eab](5605eabd69)) * **sources/mariadb:** Add MariaDB source and MySQL tools integration ([#1908](https://github.com/googleapis/genai-toolbox/issues/1908)) ([3b40fea](3b40fea25e)) * **tools/postgres:** Add additional filter params for existing postgres tools ([#2033](https://github.com/googleapis/genai-toolbox/issues/2033)) ([489117d](489117d747)) * **tools/postgres:** Add list_pg_settings, list_database_stats tools for postgres ([#2030](https://github.com/googleapis/genai-toolbox/issues/2030)) ([32367a4](32367a472f)) * **tools/postgres:** Add new postgres-list-roles tool ([#2038](https://github.com/googleapis/genai-toolbox/issues/2038)) ([bea9705](bea9705450)) ### Bug Fixes * List tables tools null fix ([#2107](https://github.com/googleapis/genai-toolbox/issues/2107)) ([2b45266](2b45266598)) * **tools/mongodb:** Removed sortPayload and sortParams ([#1238](https://github.com/googleapis/genai-toolbox/issues/1238)) ([c5a6daa](c5a6daa768)) ### Miscellaneous Chores * **looker:** Upgrade to latest go sdk ([#2159](https://github.com/googleapis/genai-toolbox/issues/2159)) ([78e015d](78e015d7df)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). --------- Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Wenxin Du <117315983+duwenxin99@users.noreply.github.com>
78 lines
2.7 KiB
JSON
78 lines
2.7 KiB
JSON
{
|
|
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-10-17/server.schema.json",
|
|
"name": "io.github.googleapis/genai-toolbox",
|
|
"description": "MCP Toolbox for Databases enables your agent to connect to your database.",
|
|
"title": "MCP Toolbox",
|
|
"websiteUrl": "https://github.com/googleapis/genai-toolbox",
|
|
"icons": [
|
|
{
|
|
"src": "https://github.com/googleapis/genai-toolbox/blob/main/.hugo/assets/icons/logo.svg",
|
|
"mimeType": "image/svg+xml"
|
|
}
|
|
],
|
|
"repository": {
|
|
"url": "https://github.com/googleapis/genai-toolbox",
|
|
"source": "github"
|
|
},
|
|
"version": "0.23.0",
|
|
"packages": [
|
|
{
|
|
"registryType": "oci",
|
|
"identifier": "us-central1-docker.pkg.dev/database-toolbox/toolbox/toolbox:0.23.0",
|
|
"transport": {
|
|
"type": "streamable-http",
|
|
"url": "http://{host}:{port}/mcp"
|
|
},
|
|
"runtimeArguments": [
|
|
{
|
|
"type": "named",
|
|
"name": "--tools-file",
|
|
"description": "File path specifying the tool configuration.",
|
|
"default": "tools.yaml",
|
|
"isRequired": false
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "--address",
|
|
"valueHint": "host",
|
|
"description": "Address of the interface the server will listen on.",
|
|
"value": "{host}",
|
|
"variables": {
|
|
"host": {
|
|
"description": "ip address",
|
|
"isRequired": true,
|
|
"default": "127.0.0.1"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "--port",
|
|
"valueHint": "port",
|
|
"description": "Port the server will listen on.",
|
|
"value": "{port}",
|
|
"variables": {
|
|
"port": {
|
|
"description": "port",
|
|
"isRequired": true,
|
|
"default": "5000"
|
|
}
|
|
}
|
|
},
|
|
{
|
|
"type": "named",
|
|
"name": "--log-level",
|
|
"description": "Specify the minimum level logged.",
|
|
"default": "info",
|
|
"choices": [
|
|
"debug",
|
|
"info",
|
|
"warn",
|
|
"error"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|