Integrations
Utilizes the TypeScript SDK for MCP to implement a letter counting service, enabling LLMs to count occurrences of specific letters within words (e.g., counting how many times 'r' appears in 'strawberry').
Letter Counter MCP Server (strawberry-mcp)
This is an LLM generated mcp server using the instructions from Building MCP with LLMs.
It's purpose is to solve the strawberry LLM problem as a joke/learning example.
Prompt
The original prompt referenced the llms-full.md and typescript-sdk README for guidance on building the MCP server.
The prompt was as follows:
Copy
This server cannot be installed
An MCP server that enables LLMs to count occurrences of specific letters within words, created as a learning example for the Model Context Protocol.