Metadata-Version: 2.4
Name: mcp-timer
Version: 0.1.1
Summary: MCP Timer Server - Wait and scheduled timing tools for AI agents
Project-URL: Homepage, https://github.com/aleck31/mcp-timer
License-Expression: MIT
Keywords: agent,ai,mcp,timer
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Requires-Dist: mcp[cli]>=1.0.0
Description-Content-Type: text/markdown

# mcp-timer

MCP Timer Server - Wait and scheduled timing tools for AI agents.

## Installation

```bash
uvx mcp-timer
```

## Tools

- `wait(seconds)` - Wait for specified seconds
- `wait_until(target_time, next_day_if_passed=False)` - Wait until specified time (HH:MM:SS or YYYY-MM-DD HH:MM:SS)

## MCP Configuration

```json
{
  "mcpServers": {
    "timer": {
      "command": "uvx",
      "args": ["mcp-timer"]
    }
  }
}
```

## License

MIT
