From 2b9182cd023e0a7c1e43a5a0d804360b62b6681f Mon Sep 17 00:00:00 2001 From: Harsh Jha <83023263+rapid-killer-9@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:12:06 +0530 Subject: [PATCH 1/2] Apply suggestion from @anubhav756 Co-authored-by: Anubhav Dhawan --- docs/en/sdks/python-sdk/langchain/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sdks/python-sdk/langchain/index.md b/docs/en/sdks/python-sdk/langchain/index.md index 4401560385..b057916e64 100644 --- a/docs/en/sdks/python-sdk/langchain/index.md +++ b/docs/en/sdks/python-sdk/langchain/index.md @@ -3,7 +3,7 @@ title: "langchain" type: docs weight: 8 description: > - Toolbox-langchain SDK for connecting to the MCP Toolbox server and invoking tools programmatically. + MCP Toolbox LangChain SDK for integrating functionalities of MCP Toolbox into your LangChain/LangGraph apps. --- ## Overview From 11aba6b7c90ed6a529557d717bcf2bef67b1f8af Mon Sep 17 00:00:00 2001 From: Harsh Jha <83023263+rapid-killer-9@users.noreply.github.com> Date: Tue, 3 Feb 2026 12:28:09 +0530 Subject: [PATCH 2/2] Apply suggestions from code review Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- docs/en/sdks/python-sdk/langchain/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/sdks/python-sdk/langchain/index.md b/docs/en/sdks/python-sdk/langchain/index.md index b057916e64..166175777b 100644 --- a/docs/en/sdks/python-sdk/langchain/index.md +++ b/docs/en/sdks/python-sdk/langchain/index.md @@ -168,7 +168,7 @@ execution outside of an agent framework. This section describes how to authenticate the ToolboxClient itself when connecting to a Toolbox server instance that requires authentication. This is crucial for securing your Toolbox server endpoint, especially when deployed on -platforms like Cloud Run, GKE, or any environment where unauthenticated access +platforms like Cloud Run, GKE, or any environment where unauthenticated access is restricted. This client-to-server authentication ensures that the Toolbox server can verify