Skip to content

nao228o/mcp-helloworld

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MCP Hello World

Model Context Protocol (MCP) のHello Worldサンプル実装です。

機能

  • helloツール:指定された名前に対して挨拶を返します

使用方法

# インストール
npm install

# 実行
npm start

ツール仕様

hello

入力:

{
  "name": "string"
}

出力:

{
  "content": [
    {
      "type": "text",
      "text": "Hello, {name}!"
    }
  ]
}

About

Model Context Protocol (MCP) のHello Worldサンプル実装

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published