Morse Code MCP Server
@lqycoding
Morse Code MCP Server について
一个基于Python的摩尔斯电码服务器项目
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"morsecode-mcp-server": {
"command": "python",
"args": [
"app.py"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Morse Code MCP Server?
Morse Code MCP Server is a Python‑based server that provides encoding from text to Morse code and decoding from Morse code back to text. It offers a RESTful API and a simple web interface for users who need Morse code conversion.
How to use Morse Code MCP Server?
Clone the repository, install dependencies with pip install -r requirements.txt, then run the server with python app.py. The server exposes two endpoints: POST /encode and POST /decode.
Key features of Morse Code MCP Server
- Text‑to‑Morse code conversion
- Morse code‑to‑text conversion
- RESTful API endpoints
- Simple web interface
Use cases of Morse Code MCP Server
- Encode plain text messages into Morse code for educational or hobbyist projects.
- Decode Morse code transmissions back into readable text.
- Integrate Morse code conversion into other applications via REST API.
FAQ from Morse Code MCP Server
What runtime is required?
Python 3.8 or higher, with Flask 3.0.2 and other dependencies listed in requirements.txt.
How do I install and run the server?
Clone the repository, install dependencies using pip install -r requirements.txt, and start the server with python app.py.
What API endpoints are available?
Two POST endpoints: /encode (text to Morse code) and /decode (Morse code to text).
Does the server store any user data?
The README does not mention any data storage or logging, so data privacy is not specified.
Are there any known limitations?
The README does not list any limitations or transport/auth details.
「開発者ツール」の他のコンテンツ
test
cloudwegoThe ultimate LLM/AI application development framework in Go.
Serena
oraiosA powerful MCP toolkit for coding, providing semantic retrieval and editing capabilities - the IDE for your agent
MCP Framework
QuantGeekDevThe Typescript MCP Framework
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント