We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef14b98 + 321498a commit ef9bf7bCopy full SHA for ef9bf7b
3 files changed
README.md
@@ -81,7 +81,7 @@ uv add "mcp[cli]"
81
82
Alternatively, for projects using pip for dependencies:
83
```bash
84
-pip install mcp
+pip install "mcp[cli]"
85
```
86
87
### Running the standalone MCP development tools
examples/servers/simple-resource/mcp_simple_resource/__main__.py
@@ -1,5 +1,5 @@
1
import sys
2
3
-from server import main
+from .server import main
4
5
sys.exit(main())
examples/servers/simple-tool/mcp_simple_tool/__main__.py
0 commit comments