Skip to content

Commit bc0180e

Browse files
Merge pull request modelcontextprotocol#268 from andreaangiolillo/add_missing_sdks_doc
feat: add missing SDKs to Hugo doc
2 parents bc129cc + d8653a4 commit bc0180e

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

site/hugo.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,3 +95,15 @@ menu:
9595
name: "TypeScript SDK ↗"
9696
url: "https://github.com/modelcontextprotocol/typescript-sdk"
9797
weight: 5
98+
- identifier: javaSdk
99+
name: "Java SDK ↗"
100+
url: "https://github.com/modelcontextprotocol/java-sdk"
101+
weight: 6
102+
- identifier: kotlinSdk
103+
name: "Kotlin SDK ↗"
104+
url: "https://github.com/modelcontextprotocol/kotlin-sdk"
105+
weight: 7
106+
- identifier: csharpSdk
107+
name: "C# SDK ↗"
108+
url: "https://github.com/modelcontextprotocol/csharp-sdk"
109+
weight: 8

0 commit comments

Comments
 (0)