Skip to content

Commit 8c2e719

Browse files
committed
Update readme and smithery config
1 parent c008449 commit 8c2e719

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,21 +18,19 @@ IMAP and SMTP via MCP Server
1818

1919
We recommend using [uv](https://github.com/astral-sh/uv) to manage your environment.
2020

21-
Try `uvx mcp-email-server ui` to config, and use following configuration for mcp client:
21+
Try `uvx mcp-email-server@latest ui` to config, and use following configuration for mcp client:
2222

2323
```json
2424
{
2525
"mcpServers": {
2626
"zerolib-email": {
2727
"command": "uvx",
28-
"args": ["mcp-email-server", "stdio"]
28+
"args": ["mcp-email-server@latest", "stdio"]
2929
}
3030
}
3131
}
3232
```
3333

34-
To upgrade, use `uv tool upgrade mcp-email-server`
35-
3634
This package is available on PyPI, so you can install it using `pip install mcp-email-server`
3735

3836
After that, configure your email server using the ui: `mcp-email-server ui`

smithery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ startCommand:
1111
|-
1212
(config) => ({
1313
command: 'uv',
14-
args: ['run', 'mcp-email-server', 'stdio'],
14+
args: ['run', 'mcp-email-server@latest', 'stdio'],
1515
env: {}
1616
})
1717
exampleConfig: {}

0 commit comments

Comments
 (0)