Building a Go SDK Implementation (Help Needed) #19
ezynda3
started this conversation in
Show and tell
Replies: 3 comments
-
I heavily refactored a bunch of stuff but now I think it's looking a bit better. So far we can
Technically it's possible to wrap a default server in any transport but the library only supports wrapping in stdio for now |
Beta Was this translation helpful? Give feedback.
0 replies
-
We now have SSE Client/Server support! |
Beta Was this translation helpful? Give feedback.
0 replies
-
nice!. I made a small rust version and linked your repo |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've scaffolded a basic SDK implementation in Go with the help of the specification docs and Claude Sonnet. Would have taken forever otherwise lol.
I have a basic client implemented with stdio and sse transports. Would love to get this to parity with the JS and Python SDKs. I'm ok with Go but not an expert by any means. Happy to have some help or at least have people check out the lib and note what's missing or can be fixed.
Cheers!
https://github.com/mark3labs/mcp-go
Beta Was this translation helpful? Give feedback.
All reactions