Provides a basic MCP server implementation utilizing streamable HTTP for communication.
This example demonstrates a straightforward implementation of an MCP server designed to communicate over streamable HTTP. It showcases how to set up a basic server that can handle remote procedure calls, including common operations like greeting users, performing arithmetic, and generating random numbers, all facilitated by an efficient streamable HTTP transport layer.