Metadata-Version: 2.4
Name: mcp-current-time-provider
Version: 1.0.6
Summary: An MCP server that provides the current datetime.
License-Expression: MIT
License-File: LICENSE.md
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Requires-Dist: fastmcp
Requires-Dist: tzlocal
Requires-Python: >=3.14
Description-Content-Type: text/markdown

# mcp-current-time-provider

This is my first mcp module and serves as kind of hello world for me. All it does is allow the model to query the current time with a specified timezone.
It defaults to Berlin.

## Enter dev environment

1. Install [nix](https://nixos.org/download/)
2. Run `nix develop --impure --extra-experimental-features nix-command --extra-experimental-features flakes`

Bulding the pip package using `uv sync; uv build`.
Upload to pypi after configuring the API Token using `twine upload --verbose dist/*`

