From cf967452e104f7481b764c73560ae02b072b28f7 Mon Sep 17 00:00:00 2001 From: Twisha Bansal <58483338+twishabansal@users.noreply.github.com> Date: Wed, 9 Apr 2025 23:19:56 +0530 Subject: [PATCH] chore: rename sdk repo to mcp-toolbox-sdk-python (#423) --- DEVELOPER.md | 2 +- docs/en/getting-started/introduction/_index.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DEVELOPER.md b/DEVELOPER.md index 3ee2f31c03..4346317297 100644 --- a/DEVELOPER.md +++ b/DEVELOPER.md @@ -107,7 +107,7 @@ ## Developing Toolbox SDKs -Please refer to the [SDK developer guide](https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/DEVELOPER.md) +Please refer to the [SDK developer guide](https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/DEVELOPER.md) ## CI/CD Details diff --git a/docs/en/getting-started/introduction/_index.md b/docs/en/getting-started/introduction/_index.md index 742d4a759f..a04b475dfb 100644 --- a/docs/en/getting-started/introduction/_index.md +++ b/docs/en/getting-started/introduction/_index.md @@ -111,7 +111,7 @@ application. See below the list of Client SDKs for using various frameworks: {{% tab header="LangChain" lang="en" %}} Once you've installed the [Toolbox LangChain -SDK](https://github.com/googleapis/genai-toolbox-langchain-python), you can load +SDK](https://pypi.org/project/toolbox-langchain/), you can load tools: {{< highlight python >}} @@ -125,7 +125,7 @@ tools = client.load_toolset() {{< /highlight >}} For more detailed instructions on using the Toolbox LangChain SDK, see the -[project's README](https://github.com/googleapis/genai-toolbox-langchain-python/blob/main/README.md). +[project's README](https://github.com/googleapis/mcp-toolbox-sdk-python/blob/main/packages/toolbox-langchain/README.md). {{% /tab %}} {{% tab header="Llamaindex" lang="en" %}}