We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 081d463 commit b5c7f97Copy full SHA for b5c7f97
README.md
@@ -123,13 +123,6 @@ Alternatively, for projects using pip for dependencies:
123
pip install "mcp[cli]"
124
```
125
126
-On Windows, add the `stdio` extra if you want `pywin32`-backed Job Object cleanup for subprocesses spawned through `mcp.client.stdio`:
127
-
128
-```bash
129
-uv add "mcp[cli,stdio]"
130
-pip install "mcp[cli,stdio]"
131
-```
132
133
### Running the standalone MCP development tools
134
135
To run the mcp command with uv:
0 commit comments