File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed
Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff 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
3435You must authenticate your Planet account before using the local MCP server. You can do this by running:
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ readme = "README.md"
55dependencies = [
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]
You can’t perform that action at this time.
0 commit comments