chore: rename sdk repo to mcp-toolbox-sdk-python (#423)

This commit is contained in:
Twisha Bansal
2025-04-09 23:19:56 +05:30
committed by GitHub
parent 73332b9b9e
commit cf967452e1
2 changed files with 3 additions and 3 deletions

View File

@@ -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" %}}