Skip to content

v0.15.0

Latest

Choose a tag to compare

@mahdin75 mahdin75 released this 31 Jul 15:42
· 16 commits to main since this release
bd8bb3f

gis-mcp 0.15.0

What's Changed

Storage

  • Google Cloud Storage backend (provider: "gcp") for reading/writing files in a GCS bucket
  • Local filesystem storage unchanged (--storage-path / GIS_MCP_STORAGE_PATH)
  • Docs for GCP credentials, IAM, Docker, and use cases

Docs

  • New Architecture page (agentic role + server components)
  • README storage section and Local / GCP badges

Install GCP support: pip install gis-mcp[gcp]

New Contributors