From b9d7d9da6e384d32b25a06a6a4ddd7b4a8dab748 Mon Sep 17 00:00:00 2001 From: r-spiewak <63987228+r-spiewak@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:47:15 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7bc4d27..1a382bf 100644 --- a/README.md +++ b/README.md @@ -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 From 6eb6638ee399dc813b6fb32c856a43d5142c7a3e Mon Sep 17 00:00:00 2001 From: r-spiewak <63987228+r-spiewak@users.noreply.github.com> Date: Thu, 30 Apr 2026 12:48:50 -0400 Subject: [PATCH 2/2] Update pyproject.toml --- pyproject.toml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9f60248..6715fad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 ", + "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"}]