Skip to main content
Glama

Letter Counter MCP Server

by scaryrawr

レターカウンターMCPサーバー(strawberry-mcp)

これは、LLM を使用したMCP の構築の手順を使用して LLM によって生成された mcp サーバーです。

その目的は、ジョーク/学習の例としてイチゴの LLM 問題を解決することです。

プロンプト

元のプロンプトでは、MCP サーバーの構築に関するガイダンスとして、 llms-full.mdtypescript-sdk README が参照されていました。

プロンプトは次のとおりでした。

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.
-
security - not tested
F
license - not found
-
quality - not tested

モデル コンテキスト プロトコルの学習例として作成された、LLM が単語内の特定の文字の出現回数をカウントできるようにする MCP サーバー。

  1. プロンプト

    Related MCP Servers

    • A
      security
      A
      license
      A
      quality
      A 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 -
      1
      441
      10
      JavaScript
      Apache 2.0
    • -
      security
      A
      license
      -
      quality
      A 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 -
      6
      64
      TypeScript
      MIT License
      • Apple
    • -
      security
      F
      license
      -
      quality
      An MCP server that enables language models to access code intelligence features like completions, definitions, and references across multiple programming languages through the Language Server Protocol.
      Last updated -
      Python
    • -
      security
      A
      license
      -
      quality
      A Model Context Protocol (MCP) compliant server that allows Large Language Models (LLMs) to search and retrieve content from microCMS APIs.
      Last updated -
      TypeScript
      MIT License

    View all related MCP servers

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/scaryrawr/strawberry-mcp'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server