From 93910cd8971f2dda3dd47fc6fc2e21fb5eb22c05 Mon Sep 17 00:00:00 2001 From: Claude Date: Fri, 4 Sep 2026 01:47:35 +0000 Subject: [PATCH] Add Remote MCP package sourcing use case Octopus Remote MCP now exposes feeds and package versions through the contract tools (find_feeds, get_feed, find_package_versions, and get_latest_package_version). Document this as a new use case on the Remote MCP use cases page so the capability catalog matches what the server offers: reading how a feed is configured, including the registry it points at, and picking a package version a channel's rules will accept. Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01UwiRZaThjbqCqxXeTwUBq1 --- src/pages/docs/octopus-ai/mcp/remote/use-cases.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/src/pages/docs/octopus-ai/mcp/remote/use-cases.md b/src/pages/docs/octopus-ai/mcp/remote/use-cases.md index 00f65f5410..252b365d2f 100644 --- a/src/pages/docs/octopus-ai/mcp/remote/use-cases.md +++ b/src/pages/docs/octopus-ai/mcp/remote/use-cases.md @@ -1,10 +1,10 @@ --- layout: src/layouts/Default.astro pubDate: 2026-08-17 -modDate: 2026-08-17 +modDate: 2026-09-04 title: Octopus Remote MCP use cases navTitle: Use cases -description: Explore how Octopus Remote MCP helps teams track releases, diagnose failures, automate deployments, audit changes, and manage tenants. +description: Explore how Octopus Remote MCP helps teams track releases, diagnose failures, automate deployments, source packages, audit changes, and manage tenants. navOrder: 2 --- @@ -45,6 +45,17 @@ Example prompts: Operations that make changes run with the permissions of the API key used to connect the assistant. Use a dedicated [Agent Service Account](/docs/security/users-and-teams/service-accounts#agent-service-accounts) and grant it only the permissions it needs. +## Package sourcing + +Package sourcing reveals how a feed is configured, including the registry or source it points at, and which versions of a package are available. Your assistant can confirm where a package comes from and pick a version a channel's rules will accept, without opening each feed by hand. + +Example prompts: + +- "Which registry does the worker-tools feed point at? I need Renovate to compare container versions against the right source." +- "How is the Docker Hub feed configured, and what registry path does it use?" +- "List the available versions of the Payments API package in the Releases feed." +- "What's the latest version of the Payments API package the 2.x channel will accept?" + ## Operational oversight Operational oversight summarizes activity across projects, tasks, deployment targets, and audit events. This helps platform teams identify unhealthy infrastructure, blocked work, and unusual changes without reviewing each project separately.