Metadata-Version: 2.4
Name: mcp-dientv-a3f7
Version: 0.1.1
Summary: A minimal MCP server that returns the current time
Author-email: dientv <dientv@rikkeisoft.com>
License: MIT
Keywords: fastmcp,mcp,model-context-protocol,time
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Python: >=3.10
Requires-Dist: fastmcp>=2.0
Requires-Dist: python-dotenv>=1.0
Requires-Dist: tzdata>=2024.1
Provides-Extra: dev
Requires-Dist: pytest>=7; extra == 'dev'
Description-Content-Type: text/markdown

# mcp-dientv-a3f7

A minimal MCP server that returns the current time in UTC.

## Installation

Add to your MCP client config (Claude Desktop, Cursor, etc.):

```json
{
  "command": "uvx",
  "args": ["mcp-dientv-a3f7"]
}
```

No installation required — `uvx` downloads and runs the package automatically.

## Tools

| Tool | Description | Input | Output |
|---|---|---|---|
| `get_current_time` | Returns the current UTC datetime | none | ISO 8601 string with UTC offset (e.g. `2026-05-31T14:30:00.123456+00:00`) |
