From ee70f903a5e049387643a48fb0afa3bd47f35b69 Mon Sep 17 00:00:00 2001 From: Yuan Teoh Date: Sun, 12 Apr 2026 19:27:02 -0700 Subject: [PATCH] docs: fix links to mcp toolbox --- DEVELOPER.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 1d65188..497e0f2 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -61,7 +61,7 @@ be successfully installed by the Gemini CLI. Currently, there are no automated unit or integration test suites within this repository. All functional testing must be performed manually. All tools -are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/genai-toolbox). +are currently tested in the [MCP Toolbox GitHub](https://github.com/googleapis/mcp-toolbox). ### Other GitHub Checks @@ -102,7 +102,7 @@ The release process is automated using `release-please`. It consists of an autom #### Automated Changelog Enrichment Before a Release PR is even created, a special workflow automatically mirrors -relevant changelogs from the core `googleapis/genai-toolbox` dependency. This +relevant changelogs from the core `googleapis/mcp-toolbox` dependency. This ensures that the release notes for this extension accurately reflect important upstream changes.