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.