Metadata-Version: 2.1
Name: xiabanchisha
Version: 0.2.0
Summary: A minimal MCP server exposing a say_hello tool.
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Requires-Dist: mcp >=1.2.0

# xiabanchisha

一个最小可用的 MCP（Model Context Protocol）服务示例，暴露一个工具 `say_hello`。

## 本地测试

```bash
uvx xiabanchisha
```

## 阿里云百炼 MCP 服务配置

```json
{
  "mcpServers": {
    "xiabanchisha": {
      "command": "uvx",
      "args": ["xiabanchisha"]
    }
  }
}
```
