Metadata-Version: 2.4
Name: leftmagic-time
Version: 0.1.0
Summary: MCP server that provides current time
Project-URL: Homepage, https://github.com/leftwing872/leftmagic-time
Project-URL: Repository, https://github.com/leftwing872/leftmagic-time
Author-email: eunhak <leftwing872@gmail.com>
License: MIT
Requires-Python: >=3.8
Requires-Dist: mcp>=1.0.0
Description-Content-Type: text/markdown

# LeftMagic Time MCP Server

A Model Context Protocol (MCP) server that provides current time functionality.

## Installation

```bash
pip install leftmagic-time
```

## Usage

Run as MCP server:
```bash
leftmagic-time
```

## Tools

- `get_current_time`: Returns the current server time in ISO format

## License

MIT
