Demonstrates a minimal, working example of a Multi-Client Protocol server and client using the stdio method.
This repository provides a foundational, bare-bones example of a Multi-Client Protocol (MCP) server and client. Designed for simplicity, it uses the "stdio" method to illustrate how an MCP server can expose a tool and return results. The example includes a server that offers a single function, `get_users_favorite_number`, which consistently returns "42", demonstrating the core mechanism of tool definition and execution within the MCP framework. It also includes an automated test to verify server functionality.