Metadata-Version: 2.4
Name: mcp-cuc-syq
Version: 0.1.1
Summary: A time server implemented using FastMCP
License: MIT
Author: Your Name
Author-email: your.email@example.com
Requires-Python: >=3.10
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Requires-Dist: mcp
Requires-Dist: pytz
Description-Content-Type: text/markdown

# Time Server MCP

A time server implemented using FastMCP.

## Installation

```bash
pip install time-server-mcp
```

## Usage

Run the time server:

```bash
time-server
```

## Features

- Get current time in any timezone
- Simple to use interface
- Built with FastMCP for easy integration

## Example

To get the current time in a specific timezone:

```
get_current_time timezone="Asia/Shanghai"
```

