v3.0.0b2
Pre-release
Pre-release
3.0.0b2 — 2026-07-14
Beta iteration: drops the local-download surface (a beta contract change) and fixes
source=gcs manifests.
Removed
- The local-download surface:
POST /v3/download(REST) and thedownload_cohortMCP tool
(beta contract change). Both only worked when the server ran on the caller's own machine and
errored everywhere else — on the hosted deployment (the common case) the tool's mere presence
misled agents into calling it. Downloading through the server is also never the right path:
every IDC bucket is public, so direct S3/GCS transfer is strictly more efficient. Retrieval is
now manifests/URLs only on every surface — useget_cohort_urls/POST /v3/cohort/manifest.txt
or the ready-to-runidcCLI commands in thebuild_cohortresponse. The
IDC_API_ENABLE_LOCAL_DOWNLOADconfig variable is gone with it.
Fixed
get_cohort_urls/POST /v3/cohort/manifest.txtwithsource=gcsnow returns3://URLs
(GCS's S3-compatible endpoint) instead ofgs://URLs. This matches howidc-indexitself
reaches GCS, and fixes a real breakage:idc download-from-manifestonly recognizess3://
lines in a manifest file, so a savedgs://manifest silently downloaded nothing.