Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@
"group": "SDKs",
"pages": [
"links/sdks/csharp",
"links/sdks/go",
"links/sdks/java",
"links/sdks/kotlin",
"links/sdks/python",
Expand Down
10 changes: 10 additions & 0 deletions docs/links/sdks/go.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
title: Go SDK
url: https://github.com/modelcontextprotocol/go-sdk
icon: go

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't know how to provide a file for this. (I can't find where the other languages' icons live.)

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately, there is no way to provide a file. Instead, it is reliant on Font Awesome. However, Font Awesome does provide an icon for Go: https://fontawesome.com/icons/golang?f=brands&s=solid.

Suggested change
icon: go
icon: golang

---

<Card
title="Go SDK"
href="https://github.com/modelcontextprotocol/go-sdk"
/>
Loading