MCP cohort tools
Cohort tools are available in colabhive-mcp 0.3.0.
Install the immutable production wheel:
python -m pip install \
https://colabhive.com/artifacts/cohort-latent-fabric/c6da894b473c/colabhive_mcp-0.3.0-py3-none-any.whl
SHA-256: 1831e4f03153df4e9e8ff3038c69a6de875db283ea76b7d80ab3a8101e0de280.
Cohort tools are hidden and uncallable unless both the local
COLABHIVE_MCP_COHORT_TOOLS_ENABLED=true flag and the Builder capability admit
them. The same gate is applied at discovery and direct call-by-name. Restrictive
Builder keys require inference:execute.
The stable tool names are:
cohort_capabilitiesplan_cohortrun_cohort(acceptsidempotency_key)get_cohortexplain_cohortcancel_cohort
All are kind=operation; read-only/destructive/idempotent annotations and side
effects are explicit. The namespaced _meta["com.colabhive/cohort"] block exposes
stability, side effects, billing behavior, request/asynchronous latency and the
applicable latency/cost budget fields. Discovery is tenant-capability gated;
plan_cohort and run_cohort additionally preflight any explicit endpoint_id
against its effective rollout, health and compatibility before issuing a POST.
Intermediate tensors are never MCP content. The stdio and hosted transports
follow the same official-SDK/Inspector conformance contract.