docs: Add links to the Client SDKs (#837)

This PR adds links to the Client SDKs into the docsite.

All the 3 Client SDKs are added:
 - Go
 - JS
 - Python
This commit is contained in:
dishaprakash
2025-07-09 23:48:49 +00:00
committed by GitHub
parent 391cb5bfe8
commit 1a1815d822
4 changed files with 31 additions and 0 deletions

7
docs/en/sdks/_index.md Normal file
View File

@@ -0,0 +1,7 @@
---
title: "SDKs"
type: docs
weight: 6
description: >
Client SDKs to connect to the MCP Toolbox server.
---

8
docs/en/sdks/go-sdk.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "Go SDK"
weight: 2
description: Go lang client SDK
icon: fa-brands fa-golang
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-go"
manualLinkTarget: _blank
---

8
docs/en/sdks/js-sdk.md Normal file
View File

@@ -0,0 +1,8 @@
---
title: "JS SDK"
weight: 2
description: Javascript client SDK
icon: fa-brands fa-node-js
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-js"
manualLinkTarget: _blank
---

View File

@@ -0,0 +1,8 @@
---
title: "Python SDK"
weight: 2
description: Python client SDK
icon: fa-brands fa-python
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-python"
manualLinkTarget: _blank
---