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.
Integrations
Supports version control and release management through Git tags that follow semantic versioning
Provides integration with GitHub for releasing new versions of the package by pushing Git tags, which trigger automated workflows
Enables automated build and publishing workflows that are triggered when a new Git tag is pushed to release new versions of the package
テスト用 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 タグを作成してプッシュします。
- メイン ブランチをチェックアウトして現在のバージョンを取得します。Copy
- 新しい Git タグを作成してプッシュします。Copy
GitHub Actionsワークフローは、新しいタグがプッシュされると、パッケージを自動的にビルドしてPyPIに公開します。Pythonパッケージのバージョン番号は、Gitタグから直接取得されます。
ライセンス
このプロジェクトはMITライセンスの下で提供されています。詳細はLICENSEファイルをご覧ください。
You must be authenticated.
モデル コンテキスト プロトコル (MCP) を実装し、メッセージをエコーバックするシンプルなサーバー。MCP クライアントのテスト用に設計されています。