テスト用 echo-mcp サーバー
MCPクライアントのテストに便利なecho_tool
を備えた、シンプルなecho MCP(Model Context Protocol)サーバーです。新しいMCPサーバーのテンプレートとしても最適です。
使用法
uvをインストールし、 uvx
を使用してサーバーを MCP 構成に追加します。
またはリポジトリをクローンし、ディレクトリでuv
を使用します。
発達
テスト
リポジトリをクローンし、 mcp-client-for-testingを使用してサーバーのツールをテストします。
フォーマットとリンティング
コードは ruff でフォーマットされ、 lint されます。
UVを使った建築
uv を使用してパッケージをビルドします。
新バージョンのリリース
パッケージの新しいバージョンを PyPI にリリースするには、新しい Git タグを作成してプッシュします。
- メイン ブランチをチェックアウトして現在のバージョンを取得します。
- 新しい Git タグを作成してプッシュします。
GitHub Actionsワークフローは、新しいタグがプッシュされると、パッケージを自動的にビルドしてPyPIに公開します。Pythonパッケージのバージョン番号は、Gitタグから直接取得されます。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
remote-capable server
The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.
モデル コンテキスト プロトコル (MCP) を実装し、メッセージをエコーバックするシンプルなサーバー。MCP クライアントのテスト用に設計されています。
Related MCP Servers
- AsecurityAlicenseAqualityA beginner-friendly Model Context Protocol (MCP) server that helps users understand MCP concepts, provides interactive examples, and lists available MCP servers. This server is designed to be a helpful companion for developers working with MCP. Also comes with a huge list of servers you can install.Last updated -3936JavaScriptApache 2.0
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that provides a simple sleep/wait tool, useful for adding delays between operations such as waiting between API calls or testing eventually consistent systems.Last updated -167JavaScript
- -security-license-qualityA specialized server that helps users create new Model Context Protocol (MCP) servers by providing tools and templates for scaffolding projects with various capabilities.Last updated -1TypeScript
- AsecurityFlicenseAqualityA Model Context Protocol (MCP) server that interacts with system APIs, allowing users to check connections, search employees, register breakfast, and update chemical information by shifts.Last updated -2137JavaScript