https://github.com/fogmoe/hello-world-mcp
Use this project to verify that your MCP server is properly configured and to test a simple end-to-end integration workflow.
https://github.com/fogmoe/hello-world-mcp
configuration-test development-tools hello-world mcp model-context-protocol nodejs testing validation vscode-integration workflow
Last synced: 10 months ago
JSON representation
Use this project to verify that your MCP server is properly configured and to test a simple end-to-end integration workflow.
- Host: GitHub
- URL: https://github.com/fogmoe/hello-world-mcp
- Owner: FogMoe
- License: mit
- Created: 2025-07-01T07:19:08.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-07-01T08:04:22.000Z (12 months ago)
- Last Synced: 2025-08-09T07:45:29.471Z (10 months ago)
- Topics: configuration-test, development-tools, hello-world, mcp, model-context-protocol, nodejs, testing, validation, vscode-integration, workflow
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/hello-world-mcp
- Size: 11.7 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Hello World MCP Server
一个简单的 MCP (Model Context Protocol) 服务器,提供 hello world 功能。
## 安装使用
在支持MCP的AI客户端配置文件中添加:
```json
{
"mcpServers": {
"hello-world": {
"command": "npx",
"args": ["-y", "hello-world-mcp"]
}
}
}
```
## 功能
该服务器提供一个名为 `hello_world` 的工具,调用时会返回 "Hello World!" 消息。