An open API service indexing awesome lists of open source software.

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.

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!" 消息。