A
securityF
licenseA
qualityA server that provides tools for performing basic arithmetic operations (addition, subtraction, multiplication, division) via the Model Context Protocol.
Last updated -
4
JavaScript
Provides integration for VS Code users to authenticate and connect to the MCP server through GitHub login.
これは、ツールやリソースなどのコア機能を示すモデル コンテキスト プロトコル (MCP) サーバー実装の基本的な例です。
または
サーバーは次の機能を実装します。
add(a: int, b: int)
: 2つの数値を加算するsubtract(a: int, b: int)
: 最初の数値から2番目の数値を引くgreeting://{name}
: パーソナライズされた挨拶を返します開発用に MCP Inspector を使用してサーバーを実行するには:
サーバーを通常どおり実行するには:
Claude デスクトップ アプリにサーバーをインストールするには:
#MCPからこんにちは
This server cannot be installed
シンプルな算術ツールとグリーティング リソースを使用してコア機能をデモンストレーションするモデル コンテキスト プロトコル サーバーのサンプル実装。