You're viewing a demo portfolio

Join the waitlist
PRSM

get_upgrade_status

Active

Tool of io.github.UnityNodes/canton-ccpedia

declared in 1.0.0

Upgrade Copilot for a Canton validator: given the Splice version a node runs and its network, report whether it is below the minimum in force, how many releases behind, the next topology freeze and LSU (with UTC time), the minimum .dar package versions, and the breaking changes between the running version and the target. Canton-specific. Use when an operator asks "am I safe to skip this week?", "what breaks if I upgrade?", or "when is my next deadline?".

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "environment"
  ],
  "properties": {
    "version": {
      "type": "string",
      "description": "Splice version the node currently runs, e.g. \"0.6.9\". Omit to get the schedule without a verdict."
    },
    "environment": {
      "enum": [
        "DevNet",
        "TestNet",
        "MainNet"
      ],
      "type": "string",
      "description": "Which network the node runs on."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

io.github.UnityNodes/canton-ccpedia

https://github.com/UnityNodes/cips

1/7 registries
View full server →
get_upgrade_status — io.github.UnityNodes/canton-ccpedia — PRSM MCP