You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/en/sdks/JS-sdk/adk/index.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ npm install @toolbox-sdk/adk
28
28
29
29
30
30
1.**Start the Toolbox Service**
31
-
- Make sure the MCP Toolbox service is running. See the [Toolbox Getting Started Guide](/getting-started/introduction/#getting-started).
31
+
- Make sure the MCP Toolbox service is running. See the [Toolbox Getting Started Guide](../../../getting-started/introduction/_index.md#getting-started).
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](getting-started/local_quickstart).
150
+
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](../../../getting-started/local_quickstart.md).
@@ -251,14 +252,13 @@ Oauth2 tokens) when invoking that specific tool.
251
252
252
253
### Supported Authentication Mechanisms
253
254
254
-
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Toolbox Service Documentation - Authenticated Parameters](resources/tools/#authenticated-parameters)
255
-
255
+
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Toolbox Service Documentation - Authenticated Parameters](../../../resources/tools/_index.md#authenticated-parameters)
256
256
### Step 1: Configure Tools in Toolbox Service
257
257
258
258
First, ensure the target tool(s) are configured correctly in the Toolbox service
259
259
to require authentication. Refer to the [Toolbox Service Documentation -
Copy file name to clipboardExpand all lines: docs/en/sdks/JS-sdk/core/index.md
+5-7Lines changed: 5 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ npm install @toolbox-sdk/core
28
28
29
29
30
30
1.**Start the Toolbox Service**
31
-
- Make sure the MCP Toolbox service is running. See the [Toolbox Getting Started Guide](/getting-started/introduction/#getting-started).
31
+
- Make sure the MCP Toolbox service is running. See the [Toolbox Getting Started Guide](../../../getting-started/introduction/_index.md#getting-started).
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](getting-started/local_quickstart).
150
+
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](../../../getting-started/local_quickstart.md).
151
151
{{< /notice >}}
152
152
153
153
## Client to Server Authentication
@@ -249,14 +249,14 @@ Oauth2 tokens) when invoking that specific tool.
249
249
250
250
### Supported Authentication Mechanisms
251
251
252
-
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Toolbox Service Documentation - Authenticated Parameters](resources/tools/#authenticated-parameters)
252
+
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Toolbox Service Documentation - Authenticated Parameters](../../../resources/tools/_index.md#authenticated-parameters)
253
253
254
254
### Step 1: Configure Tools in Toolbox Service
255
255
256
256
First, ensure the target tool(s) are configured correctly in the Toolbox service
257
257
to require authentication. Refer to the [Toolbox Service Documentation -
Copy file name to clipboardExpand all lines: docs/en/sdks/python-sdk/core/index.md
+6-7Lines changed: 6 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ The `ToolboxClient` (and its synchronous counterpart `ToolboxSyncClient`) intera
29
29
## Quickstart
30
30
31
31
1.**Start the Toolbox Service**
32
-
- Make sure the MCP Toolbox service is running on port `5000` of your local machine. See the [Toolbox Getting Started Guide](/getting-started/introduction/#getting-started).
32
+
- Make sure the MCP Toolbox service is running on port `5000` of your local machine. See the [Toolbox Getting Started Guide](../../../getting-started/introduction/_index.md#getting-started).
33
33
34
34
2.**Minimal Example**
35
35
@@ -50,7 +50,7 @@ if __name__ == "__main__":
50
50
51
51
52
52
{{< notice tip>}}
53
-
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [**Toolbox Quickstart Tutorial**](https://googleapis.github.io/genai-toolbox/getting-started/local_quickstart)
53
+
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [**Toolbox Quickstart Tutorial**](../../../getting-started/local_quickstart.md)
54
54
{{< /notice >}}
55
55
56
56
{{< notice note>}}
@@ -177,7 +177,7 @@ result = await tool("foo", bar="baz")
177
177
```
178
178
179
179
{{< notice tip>}}
180
-
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](getting-started/local_quickstart).
180
+
For a more comprehensive guide on setting up the Toolbox service itself, which you'll need running to use this SDK, please refer to the [Toolbox Quickstart Guide](../../../getting-started/local_quickstart.md).
181
181
{{< /notice >}}
182
182
183
183
## Synchronous Usage
@@ -381,12 +381,11 @@ Oauth2 tokens) when invoking that specific tool.
381
381
382
382
### Supported Authentication Mechanisms
383
383
384
-
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Authenticated Parameters](resources/tools/#authenticated-parameters)
385
-
384
+
The Toolbox service enables secure tool usage through **Authenticated Parameters**. For detailed information on how these mechanisms work within the Toolbox service and how to configure them, please refer to [Authenticated Parameters](../../../resources/tools/_index.md#authenticated-parameters)
386
385
### Step 1: Configure Tools in Toolbox Service
387
386
388
387
First, ensure the target tool(s) are configured correctly in the Toolbox service
389
-
to require authentication. Refer to the [Authenticated Parameters](https://googleapis.github.io/genai-toolbox/resources/tools/#authenticated-parameters)
388
+
to require authentication. Refer to the [Authenticated Parameters](../../../resources/tools/_index.md#authenticated-parameters)
Copy file name to clipboardExpand all lines: docs/en/sdks/python-sdk/langchain/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ async with ToolboxClient("http://127.0.0.1:5000") as toolbox:
41
41
message.pretty_print()
42
42
```
43
43
{{< notice tip >}}
44
-
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [Toolbox Quickstart Tutorial](getting-started/local_quickstart)
44
+
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [Toolbox Quickstart Tutorial](../../../getting-started/local_quickstart.md)
Copy file name to clipboardExpand all lines: docs/en/sdks/python-sdk/llamaindex/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ asyncio.run(run_agent())
49
49
```
50
50
51
51
{{< notice tip >}}
52
-
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [Toolbox Quickstart Tutorial](getting-started/local_quickstart)
52
+
For a complete, end-to-end example including setting up the service and using an SDK, see the full tutorial: [Toolbox Quickstart Tutorial](../../../getting-started/local_quickstart.md)
0 commit comments