mirror of
https://github.com/googleapis/genai-toolbox.git
synced 2026-01-29 01:08:01 -05:00
Compare commits
5 Commits
processing
...
dishapraka
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ece52dd354 | ||
|
|
2e441bd622 | ||
|
|
e402d8e2ab | ||
|
|
eb7c178472 | ||
|
|
b023fbd1e3 |
9
.hugo/layouts/partials/hooks/body-end.html
Normal file
9
.hugo/layouts/partials/hooks/body-end.html
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
<script>
|
||||||
|
document.addEventListener('DOMContentLoaded', function() {
|
||||||
|
const sdksCheckbox = document.getElementById('m-sdks-check');
|
||||||
|
|
||||||
|
if (sdksCheckbox) {
|
||||||
|
sdksCheckbox.checked = true;
|
||||||
|
}
|
||||||
|
});
|
||||||
|
</script>
|
||||||
@@ -6,3 +6,10 @@ icon: fa-brands fa-golang
|
|||||||
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-go"
|
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-go"
|
||||||
manualLinkTarget: _blank
|
manualLinkTarget: _blank
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="canonical" href="https://github.com/googleapis/mcp-toolbox-sdk-go"/>
|
||||||
|
<meta http-equiv="refresh" content="0;url=https://github.com/googleapis/mcp-toolbox-sdk-go"/>
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
|||||||
@@ -5,4 +5,11 @@ description: Javascript client SDK
|
|||||||
icon: fa-brands fa-node-js
|
icon: fa-brands fa-node-js
|
||||||
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-js"
|
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-js"
|
||||||
manualLinkTarget: _blank
|
manualLinkTarget: _blank
|
||||||
---
|
---
|
||||||
|
|
||||||
|
<html>
|
||||||
|
<head>
|
||||||
|
<link rel="canonical" href="https://github.com/googleapis/mcp-toolbox-sdk-js"/>
|
||||||
|
<meta http-equiv="refresh" content="0;url=https://github.com/googleapis/mcp-toolbox-sdk-js"/>
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
|||||||
@@ -5,4 +5,11 @@ description: Python client SDK
|
|||||||
icon: fa-brands fa-python
|
icon: fa-brands fa-python
|
||||||
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-python"
|
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-python"
|
||||||
manualLinkTarget: _blank
|
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>
|
||||||
|
|||||||
Reference in New Issue
Block a user