Skip to the content.

hpe-networking-mcp 0.7.0

Version 0.7.0 adds versioned/redacted artifact contracts and credential-gated live-test configuration used across every workstream, deepens Central, GLP, and optional-product coverage against authoritative sources, expands RAG with exact structured advisory/lifecycle listing and correlation, documents the security/lifecycle source coverage boundary explicitly, adds router-native workflow planning with opaque response-continuation cursors, adds opt-in observability (audit log and metrics), and ships end-to-end release artifact automation (validation matrix, deterministic release bundle, restore/ smoke-test, SBOM, and provenance). No live vendor writes were performed to produce this release; every live-capable evaluator stays fail-closed behind an explicit environment opt-in and reports its gate status honestly when that opt-in is absent.

Catalog snapshot

Metric Count
Generated manifest operations 6,143
Active generated tools 6,126
Curated tools 573
Complete backend tools (read-write, generated GLP included) 6,699
Direct-all client-visible tools 6,702
Core profile 360
Optional read-only profile 2,813
Optional read-write profile 5,795
Capability totals 3,147 read / 165 diagnostic / 2,544 write / 843 destructive

The default minimal router still exposes only find_tool, invoke_read_tool, and invoke_tool. Default (non-minimal) router mode grew from 12 to 14 client-visible tools with the addition of plan_tool_workflow and plan_reconciliation_schedule (see Router automation below).

Compared with 0.6.0 (6,056 generated / 6,039 active / 506 curated / 6,545 backend tools), the largest single contributor is Juniper Apstra’s generated manifest, which grew from 48 to 135 operations by re-inspecting the same pinned aos-sdk-api 6.1.2.post1 SDK for top-level resource pools, device/rack profiles, system agents, telemetry, and blueprint-scoped IBA. The remaining growth is curated: five Central workflows, ten ClearPass workflows, one Mist workflow, five EdgeConnect workflows, and the GLP/RAG additions below.

See the capability gap matrix, tool catalog, and release index guide for the full reproducible breakdown.

Artifact contracts and live-test configuration

Every v0.7 evaluator, compatibility checker, and release-packaging step reuses one shared, versioned, bounded, redacted set of contracts instead of inventing another ad hoc JSON shape:

See Artifact contracts and live-test configuration.

Central v0.7 depth workflows

Five new schema-backed workflows, all verified against the committed OpenAPI source or the generated Central manifest before implementation, with dry-run defaults, explicit confirmation, existing write gates, validated write results, and read-back verification:

A credential-gated live evaluator (scripts/evaluate_central_070_readonly.py) and a disposable-write create/read-back/delete VSF-template harness ship alongside; both stay gated behind src/hpe_networking_mcp/pipeline/live_test_config.py and were not run live in this environment (the read gate was unset here). See Central v0.7 workflows.

GreenLake Platform depth

GLP’s curated tool count grew from 76 to 105 with region-aware read coverage for Compute Ops Management (servers, alerts, groups, jobs), Storage Fleet and Block Storage (systems, volumes, hosts), Virtualization and guarded VM power (VMs, hypervisor managers/clusters, datastores, single and bounded bulk power operations), Backup & Recovery status plus a guarded run-protection-job-now write, Data Services issues and async operations, and a new read-only plan_glp_reconciliation composite that flags likely drift across devices/subscriptions/users/RBAC/scope groups/audit logs/reporting without ever writing. A credential-gated live evaluator and disposable-write harness (scripts/evaluate_glp_070_depth.py) exercise a bounded sample of these tools against a real workspace only when explicitly enabled.

Optional product depth (v07-optional-depth)

Every optional backend gained authoritative-source-grounded depth without inventing an endpoint:

Every backend also gets one bounded, redacted evidence artifact via scripts/build_optional_product_evidence.py. See Optional product starters.

ArubaOS 8 rollback planning

src/hpe_networking_mcp/pipeline/aos8_rollback.py adds reverse-dependency-order rollback/ compensation planning, and separately gated execution, for previously applied migration-run candidates. Every rollback step is derived from the same already-reviewed target-adapter mapping used at apply time; a candidate whose object type has no verified inverse (for example vlan) is always explicitly refused, never approximated. A credential-gated disposable-write lifecycle evaluator (scripts/evaluate_aos8_070_disposable_lifecycle.py) exercises this against a lab-owned target only when explicitly enabled.

RAG: structured security/lifecycle intelligence expansion

Building on 0.6’s exact lookup_advisory/check_product_lifecycle tools, rag-core adds four bounded, read-only tools (573 curated backend tools now include RAG’s growth from 5 to 9):

The RAG eval set grew from 24 to 31 questions to cover negative queries, a documented coverage-gap query, and one row per new structured tool type. All 31 questions now hit at rank 1 (source_hit@k / mrr / howto_recall@k / api_exact / structured_exact / structured_list_exact = 1.00 on the current 51,737-chunk / 244-spec index). See RAG architecture.

Security/lifecycle source coverage and provenance

Source lifecycle coverage now documents, with verified evidence, that there is no reliable official machine-readable source for current (post-2020) Aruba-branded lifecycle notices beyond the historical End-of-Sale archive and a static 2020 PDF. This is recorded as an explicit, permanent coverage_gap state — never reported as fresh — and correlate_advisory_lifecycle / check_product_lifecycle answer honestly (empty, not a fabricated “still supported”) for current Aruba products.

ingestion/lifecycle_provenance.py adds committed provenance pins (ingestion/provenance/*.json) recording each security/lifecycle source family’s exact endpoint URLs and parser-dependent structural markers, so an unreviewed source-URL or schema change is rejected as changed rather than silently mis-parsed. Juniper Mist/Apstra lifecycle discovery now also merges the reviewed seed URLs with whatever the official Juniper EOL index nav currently discloses, deduplicated by URL.

Router automation and response continuation

See Tool router: observability and response budgets/cursors.

Observability and security hardening

Release artifact automation

See Release artifact automation.

Safety model (unchanged posture)

Upgrade instructions

  1. Re-sync dependencies: uv sync --frozen.
  2. Rebuild the router tool index for your desired profile:
    uv run python scripts/ingest_tools.py --products all
    # or, for the full read-write release catalog:
    HPE_MCP_PRODUCT_ACCESS=read-write HPE_MCP_GLP_GENERATED_TOOLS=1 \
      uv run python scripts/ingest_tools.py --products all
    
  3. RAG/OpenAPI indexes are unchanged in content for this release (51,737 prose chunks, 244 specs); re-download or rebuild only if you maintain your own local copy and want to confirm it matches docs/release-indexes.md.
  4. No credential, environment-variable, or config-file schema changes are required. New env vars (HPE_MCP_AUDIT_LOG, HPE_MCP_METRICS, HPE_MCP_METRICS_HTTP, HPE_MCP_LIVE_TEST_<PLATFORM>_READ/ _WRITE) are additive and default off.
  5. Run uv run python scripts/validate_release.py --catalog-products all --strict-rag --strict-tool-index --min-tools 6699 before publishing from a fork or downstream branch.

Known coverage gaps

Carried forward from the capability gap matrix, unchanged in kind by this release:

  1. ArubaOS 8 — broader verified migration mappings and live evaluation beyond the verified subset; rollback planning is new in 0.7, but it only ever compensates for actions this repo’s own adapters can already apply.
  2. EdgeConnect — a real current 9.3+ Orchestrator Swagger has not yet been acquired and validated through the compatibility doctor.
  3. Axis Atmos Cloud — the 47-operation manifest remains a reviewed benchmark-derived registry, not an official Axis specification or target-verified capture.
  4. Cross-platform — most workflows are validated against fixtures and manifests rather than sustained live estates; this release’s evaluators are fixture-backed by default and were not run live here.
  5. Current-Aruba lifecycle coverage (new, explicitly documented in 0.7) — no reliable official machine-readable source exists for current Aruba-branded lifecycle notices; check_product_lifecycle and correlate_advisory_lifecycle correctly report empty/unresolved rather than guessing.

Validation summary

Reproduced for this release:

uv run python -m pytest tests/unit -q                # 2,540 passed
uv run --with pyyaml python tests/eval/run_eval.py    # 31/31 questions, all metrics 1.00
uv run python scripts/report_capability_gaps.py --check   # docs/capability-gap-matrix.md is current
git diff --check                                      # clean
uv run python scripts/run_v07_validation_matrix.py --output outputs/validation-matrix.json
uv run python scripts/build_release_bundle.py --output-dir dist
uv run python scripts/restore_release_bundle.py dist/hpe-networking-mcp-release-artifacts-v0.7.0.tar.gz

No live vendor API calls were made anywhere in this validation pass. HPE_MCP_LIVE_TEST_<PLATFORM>_READ/_WRITE were left unset throughout, so the validation matrix classified every live-capable category as blocked (safe default) except the always-on offline self-checks, which reported offline_fixture: apstra, clearpass, edgeconnect, mist, uxi, axis (compatibility + split-CRUD contract), and router_automation (dependency plan against the 6-server enabled backend catalog). central, glp, aos8, and rag_source_freshness reported blocked (no unset opt-in attempted, matching the safety model above).

Release bundle hpe-networking-mcp-release-artifacts-v0.7.0.tar.gz (built locally, not published): CycloneDX 1.5 SBOM with 99 components; a human/CI-readable provenance.json recording the local build source commit and every subject file’s SHA-256 (not a signed attestation — GitHub artifact attestation runs separately in CI from the same CHECKSUMS.txt subjects); an 11-file redacted evidence set (validation matrix, capability snapshot, six optional-product compatibility/lab results, two router-automation plans) each schema- validated against its own artifact contract; and the prebuilt hpe-networking-mcp-rag-index-v0.7.0.tar.gz (51,737 prose chunks / 244 specs). scripts/restore_release_bundle.py extracted 17 members (511,626,575 bytes) into a throwaway directory, verified the archive checksum, and schema/structurally validated all 13 manifest-listed files, then cleaned up. Neither the bundle nor outputs/validation-matrix.json is committed — both are gitignored, release-only build products.

See the capability gap matrix, tool catalog, and release index guide for reproducible counts and packaging details. The 0.6.0 release notes and earlier notes remain available for historical context.