Metadata-Version: 2.4
Name: time-server-mcp-cyf
Version: 0.1.1
Summary: MCP server for time services
Home-page: https://github.com/yourusername/time-server-mcp
Author: Your Name
Author-email: Your Name <your.email@example.com>
License: MIT
Project-URL: Homepage, https://github.com/yourusername/time-server-mcp
Project-URL: Repository, https://github.com/yourusername/time-server-mcp
Project-URL: Issues, https://github.com/yourusername/time-server-mcp/issues
Keywords: mcp,time,server,model-context-protocol
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
Dynamic: author
Dynamic: home-page
Dynamic: license-file
Dynamic: requires-python

# MCP Time Server

一个提供时间服务的 MCP (Model Context Protocol) 服务器，支持获取不同时区的当前时间。

## 功能特性

- 通过 MCP 协议提供时间服务
- 支持获取当前时间
- 支持指定时区
- 简单的命令行接口

## 安装

```bash
pip install time-server-mcp
