Skip to content

Use this project to verify that your MCP server is properly configured and to test a simple end-to-end integration workflow.

License

Notifications You must be signed in to change notification settings

FogMoe/hello-world-mcp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello World MCP Server

一个简单的 MCP (Model Context Protocol) 服务器,提供 hello world 功能。

安装使用

在支持MCP的AI客户端配置文件中添加:

{
  "mcpServers": {
    "hello-world": {
      "command": "npx",
      "args": ["-y", "hello-world-mcp"]
    }
  }
}

功能

该服务器提供一个名为 hello_world 的工具,调用时会返回 "Hello World!" 消息。

About

Use this project to verify that your MCP server is properly configured and to test a simple end-to-end integration workflow.

Topics

Resources

License

Stars

Watchers

Forks