Metadata-Version: 2.4
Name: simple-time-mcp
Version: 0.1.6
Summary: Simple MCP demo: get current UTC time
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# Simple Time MCP Demo

极简 MCP Server，返回当前 UTC 时间。

## MCP 服务配置

```json
{
  "mcpServers": {
    "simple-time": {
      "command": "uvx",
      "args": ["simple-time-mcp@latest"]
    }
  }
}
```