Counts letter occurrences within a given word, designed for use with LLMs.
This is a letter counting Model Context Protocol (MCP) server, built as a learning example inspired by the 'Building MCP with LLMs' tutorial. It provides a tool that an LLM can use to count the occurrences of a specific letter within a given word, demonstrating a basic interaction between an LLM and an MCP server.
Características Principales
01Well-organized code structure
02Built using TypeScript
03Provides a letter counting tool accessible by LLMs
040 GitHub stars
05Includes unit tests
06Configurable build and test scripts
Casos de Uso
01Validates LLM's ability to use tools for simple tasks
02Demonstrates LLM interaction with an MCP server
03Serves as a learning example for building MCP servers