Filed by the scheduled cloudv2→adp-docs sync routine (2026-06-20). No PR was opened — see why below.
What landed in cloudv2
In the last 24h, three new managed MCP server types were merged to cloudv2 main:
Why no docs PR
All three set FeatureGate: "alpha" in their register_mcp.go (verified on main):
apps/aigw/internal/mcp/managed/mcps/spotfire/register_mcp.go
apps/aigw/internal/mcp/managed/mcps/navan/register_mcp.go
apps/aigw/internal/mcp/managed/mcps/incident_io/register_mcp.go
Per the maturity HARD RULE in CLAUDE.md, alpha-gated servers are an early-access human/product decision, not a docs label. The routine must not add, update, or label their pages, and never writes "alpha" as a maturity. So nothing was published this run.
Decision for Michele / docs team
For each server, decide whether to:
- Ship it documented as beta —
:page-beta: true page header + badge:beta[label=beta] row in modules/connect/pages/managed/managed-catalog.adoc; or
- Leave it out of the docs until the alpha gate is lifted.
If you green-light any of them as beta, I can draft the catalog row + setup page on a follow-up run (grounded in cloudv2 source). Source notes already gathered:
- Spotfire — "Browse and search the Spotfire library (analyses, data files, folders) on a Spotfire Server." Auth:
service_account_oauth (client-credentials) or user_oauth (per-user OAuth). Requires base_url.
- Navan — "Read company expense transactions, receipts, and travel bookings from Navan." Auth: company-level OAuth 2.0 client-credentials only (
api_credentials: client_id, client_secret_ref, token_url, optional scopes); no per-user delegation. Requires base_url. Read-only.
- incident.io — "Read incidents, follow-ups, severities, and statuses." Auth: static API key (
api_key). Read-only — no write access.
Other ADP changes this window (no docs action)
- AI Agent: Anthropic prompt caching enabled by default (cloudv2 #27306,
53143939d) — always-on internal cost optimization, no user-facing config knob. Nothing to document.
- ServiceNow "schema MCP" (cloudv2 #27214) — a GlobalFoundries customer-specific custom JavaScript MCP under
adp/customers/, not a managed server type. Not public-docs material.
cc @micheleRP — this isn't blocking anything; it just needs a tier call before docs can move.
Filed by the scheduled cloudv2→adp-docs sync routine (2026-06-20). No PR was opened — see why below.
What landed in cloudv2
In the last 24h, three new managed MCP server types were merged to
cloudv2main:Spotfire14315bbaaNavand09dc692eincident.io (Read-only)9bc38d1d5Why no docs PR
All three set
FeatureGate: "alpha"in theirregister_mcp.go(verified onmain):apps/aigw/internal/mcp/managed/mcps/spotfire/register_mcp.goapps/aigw/internal/mcp/managed/mcps/navan/register_mcp.goapps/aigw/internal/mcp/managed/mcps/incident_io/register_mcp.goPer the maturity HARD RULE in
CLAUDE.md, alpha-gated servers are an early-access human/product decision, not a docs label. The routine must not add, update, or label their pages, and never writes "alpha" as a maturity. So nothing was published this run.Decision for Michele / docs team
For each server, decide whether to:
:page-beta: truepage header +badge:beta[label=beta]row inmodules/connect/pages/managed/managed-catalog.adoc; orIf you green-light any of them as beta, I can draft the catalog row + setup page on a follow-up run (grounded in cloudv2 source). Source notes already gathered:
service_account_oauth(client-credentials) oruser_oauth(per-user OAuth). Requiresbase_url.api_credentials:client_id,client_secret_ref,token_url, optionalscopes); no per-user delegation. Requiresbase_url. Read-only.api_key). Read-only — no write access.Other ADP changes this window (no docs action)
53143939d) — always-on internal cost optimization, no user-facing config knob. Nothing to document.adp/customers/, not a managed server type. Not public-docs material.cc @micheleRP — this isn't blocking anything; it just needs a tier call before docs can move.