mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-02-12 08:05:06 -05:00
This PR adds redirection links to the actual SDK content pages. This is added because Hugo still generates a regular HTML site page for each of the client SDK file, even though it points to the external Github link. In case a user finds themselves in the internal url pointing to these files, this should still redirect them to the specific github repos.
16 lines
413 B
Markdown
16 lines
413 B
Markdown
---
|
|
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
|
|
---
|
|
|
|
<html>
|
|
<head>
|
|
<link rel="canonical" href="https://github.com/googleapis/mcp-toolbox-sdk-python"/>
|
|
<meta http-equiv="refresh" content="0;url=hhttps://github.com/googleapis/mcp-toolbox-sdk-python"/>
|
|
</head>
|
|
</html>
|