Implements a simple Model Context Protocol (MCP) server over stdio.
This repository provides a straightforward example of an MCP server that communicates via standard input/output (stdio). Built with TypeScript, it's designed to be easily extended with custom MCP commands. The server can be integrated with tools like Cursor by configuring it to run the provided TypeScript file. This enables the LLM to call the MCP tool for specific tasks, such as answering yes/no questions.