Provides a Model Context Protocol server built with TypeScript, including a basic calculator tool.
This project serves as a foundational Model Context Protocol (MCP) server implemented in TypeScript, offering a robust starting point for developers aiming to build their own MCP-compliant applications. It demonstrates server-client communication over standard I/O and includes a practical example: a safe calculator tool. The project emphasizes strict type checking and comprehensive documentation, making it an ideal boilerplate for creating custom server-side tools.