Servidor MCP de contador de cartas (strawberry-mcp)
Este es un servidor mcp generado por LLM que utiliza las instrucciones de Cómo crear MCP con LLM .
Su propósito es resolver el problema LLM de la fresa como un ejemplo de broma/aprendizaje.
Inmediato
El mensaje original hacía referencia al archivo README llms-full.md y typescript-sdk para obtener orientación sobre cómo crear el servidor MCP.
El mensaje fue el siguiente:
We're going to build an MCP server. We can look at `llms-full.md` for some general guidance and examples. `typescript-sdk-README.md` to understand the typescript-sdk for MCP.
Build an MCP server that:
- Enables the LLM to count letter occurrences in a word
- It should provide a tool that the LLM can pass a word + the letter they want to count
We should keep the code well organized. We should add unit tests. Please setup build and test scripts in the package.json. We should be able to test the letter counter without having to run the MCP server.
We should be able to have the LLM do something like:
count strawberry r and get back 3.
This server cannot be installed
Un servidor MCP que permite a los LLM contar las ocurrencias de letras específicas dentro de las palabras, creado como un ejemplo de aprendizaje para el Protocolo de Contexto Modelo.
Related MCP Servers
- Asecurity-licenseAqualityA Model Context Protocol server that provides tools for analyzing text documents, including counting words and characters. This server helps LLMs perform text analysis tasks by exposing simple document statistics functionality.Last updated -11910Apache 2.0
- -security-license-qualityA Model Context Protocol (MCP) server that enables LLMs to interact directly the documents that they have on-disk through agentic RAG and hybrid search in LanceDB. Ask LLMs questions about the dataset as a whole or about specific documents.Last updated -572MIT License
- -security-license-qualityA Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.Last updated -MIT License
- Asecurity-licenseAqualityA Model Context Protocol (MCP) server designed to easily dump your codebase context into Large Language Models (LLMs).Last updated -1242Apache 2.0