Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ poetry run pytest

## Acknowledgements

Originally created by [Raúl Ramos](https://github.com/rramosp) and the GeoSTARS team (STARS: Scientific Testing of Agentic Reasoning).
Originally created by the GeoSTARS (STARS: Scientific Testing of Agentic Reasoning) team ([Raúl Ramos](https://github.com/rramosp), [James Walsh](https://github.com/dead-water), [Will Fawcett](https://github.com/will-fawcett), and [Russell Spiewak](https://github.com/r-spiewak)).
Supported by the ESA Phi-Lab as part of Trillium Technologies Earth Systems Lab [ESL](https://eslab.ai/).

## License
Expand Down
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ name = "gee-mcp"
version = "1.0.0"
description = "MCP server for Google Earth Engine"
authors = [
"rramosp",
"will-fawcett-trillium"
"r-spiewak <63987228+r-spiewak@users.noreply.github.com>",
"dead-water <james.walsh@trillium.tech>",
"rramosp <13835425+rramosp@users.noreply.github.com>",
"will-fawcett-trillium <192252394+will-fawcett-trillium@users.noreply.github.com>"
]
readme = "README.md"
packages = [{include = "gee_mcp", from = "src"}]
Expand Down
Loading