8000 Merge branch 'modelcontextprotocol:main' into main · emsi/mcp-python-sdk-linux@c227111 · GitHub
[go: up one dir, main page]

Skip to content

Commit c227111

Browse files
authored
Merge branch 'modelcontextprotocol:main' into main
2 parents afed92c + 321498a commit c227111

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ uv add "mcp[cli]"
8181

8282
Alternatively, for projects using pip for dependencies:
8383
```bash
84-
pip install mcp
84+
pip install "mcp[cli]"
8585
```
8686

8787
### Running the standalone MCP development tools
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import sys
22

3-
from server import main
3+
from .server import main
44

55
sys.exit(main())

0 commit comments

Comments
 (0)
0