Warpターミナル用Hello World MCPサーバー
Warp ターミナル用のシンプルな「Hello World」マシン会話プロトコル (MCP) サーバー実装。
ワープターミナルのクイックスタート
この MCP サーバーを Warp ターミナルで使用するには、次の行を Warp 構成に追加します。
/path/to/your/python
Python インタープリターへの実際のパス (理想的には仮想環境) に置き換えてください。
インストール
開発インストール
使用法
ワープターミナル統合用
Warp Terminal で使用するには、新しい MCP サーバーを作成するページに移動し、「実行するコマンド」に以下を入力します。
これにより、Warp Terminal は標準入出力を介して MCP サーバーと通信できるようになります。
特徴
このシンプルな MCP サーバーは以下を提供します。
- 挨拶メッセージを返す
hello
ツール - パーソナライズされた挨拶を提供する
greeting://
リソース
ライセンス
マサチューセッツ工科大学
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
基本的な挨拶ツールとパーソナライズされた挨拶リソースを提供する、Warp Terminal 用のシンプルなマシン会話プロトコル サーバーです。
Related MCP Servers
- AsecurityFlicenseAqualityA Model Context Protocol server that provides greeting tools, resources, and prompts, demonstrating client-server interaction using TypeScript.Last updated -1TypeScript
- -securityFlicense-qualityA Multi-modal Conversation Protocol (MCP) server that enables interacting with web APIs through a curl-like interface, providing access to various websites and APIs with user authentication and response transformations.Last updated -3TypeScript
- -securityFlicense-qualityA simple Model Context Protocol server that demonstrates basic functionality with greeting tools, allowing Claude to say hello and generate custom greetings with different styles and timestamps.Last updated -JavaScript
- AsecurityAlicenseAqualityA server that enables users to chat with each other by repurposing the Model Context Protocol (MCP), designed for AI tool calls, into a human-to-human communication system.Last updated -45PythonMIT License