Implements an on-process Model Context Protocol server using TypeScript and standard I/O streams for client communication.
This project provides a robust example of building a Model Context Protocol (MCP) server entirely in TypeScript. It leverages the `StdioServerTransport` from the `@modelcontextprotocol/sdk` to establish communication via standard input/output streams (`process.stdin` and `process.stdout`), enabling seamless on-process integration with various MCP clients.