Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions src/time/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ A Model Context Protocol server that provides time and timezone conversion capab
When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will
use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-time*.

```bash
uvx mcp-server-time
```

### Using PIP

Alternatively you can install `mcp-server-time` via pip:
Expand Down