Demonstrates the Model Context Protocol (MCP) through a simple client-server greeting tool utilizing standard input and output for communication.
Hello World serves as a straightforward Kotlin-based example designed to illustrate the Model Context Protocol (MCP). This client-server demonstration utilizes standard input and output (STDIO) to facilitate communication, where the client initiates an MCP server to execute a simple 'greet' tool. It is an ideal project for newcomers to easily grasp the fundamental concepts of MCP without the complexity often associated with large language models.