Skip to content

Commit d05c67c

Browse files
committed
Update npm readme
1 parent f72b78e commit d05c67c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mcp2win
22

3-
Finally, MCP servers that just work on Windows.
3+
Finally, MCP servers & commands that just work on Windows.
44

55
Every MCP server README assumes macOS or Linux. You copy the config, paste it in, and nothing happens — because `npx`, `uvx`, and friends are `.cmd` batch shims on Windows, not real executables. `mcp2win` fixes this by wrapping commands with `cmd.exe /c` so your MCP servers actually start.
66

npm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# mcp2win
22

3-
Finally, MCP servers that just work on Windows.
3+
Finally, MCP servers & commands that just work on Windows.
44

55
Every MCP server README assumes macOS or Linux. You copy the config, paste it in, and nothing happens — because `npx`, `uvx`, and friends are `.cmd` batch shims on Windows, not real executables. `mcp2win` fixes this by wrapping commands with `cmd.exe /c` so your MCP servers actually start.
66

0 commit comments

Comments
 (0)