Skip to content

Commit a9e5a12

Browse files
add content field to Geometry model
* supports feature references
1 parent 4abdad5 commit a9e5a12

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/planet_mcp/models.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@
55
class Geometry(TypedDict):
66
type: str
77
coordinates: Any
8+
content: str | None

0 commit comments

Comments
 (0)