Compare commits

...

5 Commits

Author SHA1 Message Date
dishaprakash
ece52dd354 Merge branch 'main' into dishaprakash-patch-1 2025-07-10 23:48:45 +00:00
dishaprakash
2e441bd622 Update python-sdk.md 2025-07-11 05:10:57 +05:30
dishaprakash
e402d8e2ab Update js-sdk.md 2025-07-11 05:10:42 +05:30
dishaprakash
eb7c178472 Update go-sdk.md 2025-07-11 05:10:09 +05:30
dishaprakash
b023fbd1e3 docs: Update SDK tab to be always unfolded 2025-07-11 05:08:29 +05:30
4 changed files with 32 additions and 2 deletions

View File

@@ -0,0 +1,9 @@
<script>
document.addEventListener('DOMContentLoaded', function() {
const sdksCheckbox = document.getElementById('m-sdks-check');
if (sdksCheckbox) {
sdksCheckbox.checked = true;
}
});
</script>

View File

@@ -6,3 +6,10 @@ icon: fa-brands fa-golang
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-go"
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>

View File

@@ -5,4 +5,11 @@ description: Javascript client SDK
icon: fa-brands fa-node-js
manualLink: "https://github.com/googleapis/mcp-toolbox-sdk-js"
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>

View File

@@ -5,4 +5,11 @@ 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>