Tag: FastMCP

  • Building a MCP Server So LLMs Can Count Letters

    Building a MCP Server So LLMs Can Count Letters

    Large Language Models (LLMs) sometimes struggle with simple counting tasks like determining the number of ‘r’s in words like “strawberry” or “raspberry”. While this is often used as a gotcha test for LLMs, there’s a practical solution – creating a Model Context Protocol (MCP) server to handle these counting tasks reliably. MCP is an innovative…