I'm relatively new to Go, but recently got interested in how MCP servers work. I started thinking about what the architecture of such a project might look like, and decided to build a minimalist version as an experiment.
I based it on my past experience writing regular REST API servers and figured it might be useful or interesting to others as well.
Comments URL: https://news.ycombinator.com/item?id=43614582
Points: 11
# Comments: 0
Войдите, чтобы добавить комментарий
Другие сообщения в этой группе
Article URL: https://martypc.blogspot.com/2025/05/emulator-debugging-area-5150s-lake.html
Comments

Article URL: https://naeemnur.com/side-projects/
Comments URL: https://news.ycombin


I built a CLI tool called `sshsync` to run shell commands and transfer files across multiple servers over SSH concurrently.
It was inspired by tools like `pssh`, but I wanted something more mode

goboscript is a text-based programming language which compiles to Scratch. It allows you to write Scratch projects in text, and compile it into a .sb3 file - which can be opened in the Scratch edi