Skip to content

Commit 26c0d57

Browse files
shuklahamclaude
andcommitted
docs(time): add explicit uvx command to installation section
The uv installation section mentioned using uvx but didn't show the actual command, unlike the PIP section which shows both install and run commands. This adds the missing `uvx mcp-server-time` command. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent ccf6751 commit 26c0d57

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/time/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ A Model Context Protocol server that provides time and timezone conversion capab
2323
When using [`uv`](https://docs.astral.sh/uv/) no specific installation is needed. We will
2424
use [`uvx`](https://docs.astral.sh/uv/guides/tools/) to directly run *mcp-server-time*.
2525

26+
```bash
27+
uvx mcp-server-time
28+
```
29+
2630
### Using PIP
2731

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

0 commit comments

Comments
 (0)