Skip to content

Commit 4013ec6

Browse files
authored
Update readme + sdk pin (#8)
Update readme don't need to install planet sdk with the mcp server pin to at least 3.0 of the python sdk.
1 parent eaf81ab commit 4013ec6

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,16 @@ Thanks
2020

2121
### Prerequisites
2222

23-
1. Python
24-
2. Planet SDK
23+
1. Python 3.11 or higher
2524

26-
To install the Planet SDK and MCP server, use `pip` or your preferred package manager:
25+
To install the Planet MCP server, use `pip` or your preferred package manager:
2726

2827
```
29-
pip install planet planet-mcp
28+
pip install planet-mcp
3029
```
3130

31+
This will also install the planet SDK.
32+
3233
### Authentication
3334

3435
You must authenticate your Planet account before using the local MCP server. You can do this by running:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ readme = "README.md"
55
dependencies = [
66
"aiocache>=0.12.3",
77
"fastmcp==2.11.0",
8-
"planet==3.0.0",
8+
"planet>=3.0.0",
99
"uv",
1010
"mercantile>=1.2.1",
1111
]

uv.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)