Skip to content

Commit d321e0b

Browse files
committed
Add update command to READMEs
1 parent e1bb015 commit d321e0b

2 files changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ cat claude_desktop_config.json | mcp2win
101101
mcp2win '{"mcpServers":{"s1":{"command":"npx","args":["-y","@pkg"]}}}'
102102
```
103103

104+
### Updating
105+
106+
mcp2win checks for updates in the background and notifies you when a new version is available. To update:
107+
108+
```bash
109+
mcp2win update
110+
```
111+
112+
Disable background checks with `MCP2WIN_NO_UPDATE_CHECK=1`.
113+
104114
### Preferences
105115

106116
When you answer **always** at a prompt, the preference is saved. You can also manage preferences directly:

npm/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,12 @@ mcp2win '{"command":"npx","args":["-y","@pkg"]}'
6464
cat config.json | mcp2win
6565
```
6666

67+
**Update:**
68+
69+
```bash
70+
mcp2win update # update to latest version
71+
```
72+
6773
**Preferences:**
6874

6975
```bash

0 commit comments

Comments
 (0)