Building MCP Servers in Go: From Basic Tools to Interactive Experiences
A practical guide to creating Model Context Protocol servers in Go, covering basic implementations, streaming HTTP, and user elicitation patterns.
genaimcpllm
Read more
<DevNotes />
Crafting digital experiences • Solving complex problems
A practical guide to creating Model Context Protocol servers in Go, covering basic implementations, streaming HTTP, and user elicitation patterns.
Understanding GraphQL as an alternative to REST - when to use it and when not to.
Starting a tech refresher journey to stay current with planet-scale backend technologies.
Using AppleScript and Automator to bulk import a list of countries into Wunderlist on macOS.
A simple Go helper for probabilistic testing in state machines with percentage-based randomness.
A C++ implementation of string permutations using backtracking algorithm with XOR swap optimization.