A Model Context Protocol server that provides basic tools for arithmetic operations (addition) and dynamic greeting resources, demonstrating MCP integration patterns for other projects and clients.
A stateless MCP server exposing mathematical tools (such as the "soma" addition tool) over stdio transport, demonstrated with an asynchronous client that discovers and invokes available tools dynamically.
A minimal MCP server example demonstrating Tools, Resources, and Prompts. It enables calculations, time queries, note management, and code review prompts via stdio transport.