Creating a Streamable HTTP MCP server with Micronaut
In previous articles, I explored how to create an MCP server with Micronaut by vibe-coding one, following the Model Context Protocol specification (which was a great way to better understand the underpinnings) and how to create an MCP server with Quarkus.
Micronaut lacked a dedicated module for creating MCP servers, but fortunately, recently Micronaut added official support for MCP, so I was eager to try it out!
Note: For the impatient, you can checkout the code we’ll be covering in this article on GitHub.
Read more...