Metadata-Version: 2.4
Name: simple-mcp-example
Version: 0.1.1
Summary: A simple MCP server example
Author-email: Your Name <your.email@example.com>
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: fastmcp>=0.1.0
Dynamic: license-file

# News Server

一个简易的MCP服务，用于打招呼和掷骰子的测试.

## Features

- 打招呼 sayHello
- 掷骰子 roll_dice
## Installation

```bash
pip install simple-server
```


## Requirements

- Python 3.8+
- See pyproject.toml for dependencies
